Enum btlib::crypto::AeadKeyKind
source · pub enum AeadKeyKind {
AesGcm256,
}
Expand description
Auto-generated discriminant enum variants
Variants§
AesGcm256
Trait Implementations§
source§impl Clone for AeadKeyKind
impl Clone for AeadKeyKind
source§fn clone(&self) -> AeadKeyKind
fn clone(&self) -> AeadKeyKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AeadKeyKind
impl Debug for AeadKeyKind
source§impl<'de> Deserialize<'de> for AeadKeyKind
impl<'de> Deserialize<'de> for AeadKeyKind
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<'_enum> From<&'_enum AeadKey> for AeadKeyKind
impl<'_enum> From<&'_enum AeadKey> for AeadKeyKind
source§fn from(val: &'_enum AeadKey) -> AeadKeyKind
fn from(val: &'_enum AeadKey) -> AeadKeyKind
Converts to this type from the input type.
source§impl From<AeadKey> for AeadKeyKind
impl From<AeadKey> for AeadKeyKind
source§fn from(val: AeadKey) -> AeadKeyKind
fn from(val: AeadKey) -> AeadKeyKind
Converts to this type from the input type.
source§impl PartialEq<AeadKeyKind> for AeadKeyKind
impl PartialEq<AeadKeyKind> for AeadKeyKind
source§fn eq(&self, other: &AeadKeyKind) -> bool
fn eq(&self, other: &AeadKeyKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for AeadKeyKind
impl Serialize for AeadKeyKind
impl Copy for AeadKeyKind
impl Eq for AeadKeyKind
impl StructuralEq for AeadKeyKind
impl StructuralPartialEq for AeadKeyKind
Auto Trait Implementations§
impl RefUnwindSafe for AeadKeyKind
impl Send for AeadKeyKind
impl Sync for AeadKeyKind
impl Unpin for AeadKeyKind
impl UnwindSafe for AeadKeyKind
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more