pub struct Aes256GcmSivEncryptProvide;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Aes256GcmSivEncryptProvide
impl RefUnwindSafe for Aes256GcmSivEncryptProvide
impl Send for Aes256GcmSivEncryptProvide
impl Sync for Aes256GcmSivEncryptProvide
impl Unpin for Aes256GcmSivEncryptProvide
impl UnwindSafe for Aes256GcmSivEncryptProvide
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