pub struct NullCipher;Expand description
A basic, do-nothing, cipher.
Implementations§
Source§impl NullCipher
impl NullCipher
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NullCipher
impl RefUnwindSafe for NullCipher
impl Send for NullCipher
impl Sync for NullCipher
impl Unpin for NullCipher
impl UnwindSafe for NullCipher
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