[−][src]Struct tink_proto::AesCtrKey
key_type: type.googleapis.com/google.crypto.tink.AesCtrKey
Fields
version: u32
params: Option<AesCtrParams>
key_value: Vec<u8>
Trait Implementations
impl Clone for AesCtrKey
[src][+]
impl Debug for AesCtrKey
[src][+]
impl Default for AesCtrKey
[src][+]
impl Message for AesCtrKey
[src][+]
impl PartialEq<AesCtrKey> for AesCtrKey
[src][+]
impl StructuralPartialEq for AesCtrKey
[src]
Auto Trait Implementations
impl RefUnwindSafe for AesCtrKey
impl Send for AesCtrKey
impl Sync for AesCtrKey
impl Unpin for AesCtrKey
impl UnwindSafe for AesCtrKey
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>,