#[repr(u8)]
pub enum ProtectionProfile {
Aes128CmHmacSha1_80,
AeadAes128Gcm,
}Expand description
ProtectionProfile specifies Cipher and AuthTag details, similar to TLS cipher suite
Variants
Aes128CmHmacSha1_80
AeadAes128Gcm
Trait Implementations
sourceimpl Clone for ProtectionProfile
impl Clone for ProtectionProfile
sourcefn clone(&self) -> ProtectionProfile
fn clone(&self) -> ProtectionProfile
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ProtectionProfile
impl Debug for ProtectionProfile
sourceimpl Default for ProtectionProfile
impl Default for ProtectionProfile
impl Copy for ProtectionProfile
Auto Trait Implementations
impl RefUnwindSafe for ProtectionProfile
impl Send for ProtectionProfile
impl Sync for ProtectionProfile
impl Unpin for ProtectionProfile
impl UnwindSafe for ProtectionProfile
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more