pub struct XorCipher { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for XorCipher
impl RefUnwindSafe for XorCipher
impl Send for XorCipher
impl Sync for XorCipher
impl Unpin for XorCipher
impl UnsafeUnpin for XorCipher
impl UnwindSafe for XorCipher
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