pub struct KeyEncryption(/* private fields */);Trait Implementations§
Source§impl BytesValue for KeyEncryption
impl BytesValue for KeyEncryption
Source§impl Clone for KeyEncryption
impl Clone for KeyEncryption
Source§fn clone(&self) -> KeyEncryption
fn clone(&self) -> KeyEncryption
Returns a duplicate 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 KeyEncryption
impl Debug for KeyEncryption
Source§impl TryFrom<Bytes> for KeyEncryption
impl TryFrom<Bytes> for KeyEncryption
Auto Trait Implementations§
impl Freeze for KeyEncryption
impl RefUnwindSafe for KeyEncryption
impl Send for KeyEncryption
impl Sync for KeyEncryption
impl Unpin for KeyEncryption
impl UnwindSafe for KeyEncryption
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