[−][src]Struct tink_proto::HmacKey
key_type: type.googleapis.com/google.crypto.tink.HmacKey
Fields
version: u32
params: Option<HmacParams>
key_value: Vec<u8>
Trait Implementations
impl Clone for HmacKey
[src][+]
impl Debug for HmacKey
[src][+]
impl Default for HmacKey
[src][+]
impl Message for HmacKey
[src][+]
impl PartialEq<HmacKey> for HmacKey
[src][+]
impl StructuralPartialEq for HmacKey
[src]
Auto Trait Implementations
impl RefUnwindSafe for HmacKey
impl Send for HmacKey
impl Sync for HmacKey
impl Unpin for HmacKey
impl UnwindSafe for HmacKey
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,