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