pub enum KeyWrapSuite {
X25519HkdfSha256ChaCha20Poly1305,
P256HkdfSha256Aes256Gcm,
}Variants§
Trait Implementations§
Source§impl Clone for KeyWrapSuite
impl Clone for KeyWrapSuite
Source§fn clone(&self) -> KeyWrapSuite
fn clone(&self) -> KeyWrapSuite
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for KeyWrapSuite
Source§impl Debug for KeyWrapSuite
impl Debug for KeyWrapSuite
impl Eq for KeyWrapSuite
Source§impl PartialEq for KeyWrapSuite
impl PartialEq for KeyWrapSuite
Source§fn eq(&self, other: &KeyWrapSuite) -> bool
fn eq(&self, other: &KeyWrapSuite) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for KeyWrapSuite
Auto Trait Implementations§
impl Freeze for KeyWrapSuite
impl RefUnwindSafe for KeyWrapSuite
impl Send for KeyWrapSuite
impl Sync for KeyWrapSuite
impl Unpin for KeyWrapSuite
impl UnsafeUnpin for KeyWrapSuite
impl UnwindSafe for KeyWrapSuite
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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