pub struct Scytale { /* private fields */ }
Expand description
Scytale Cipher
The struct is generated through the new() function.
Implementations§
Auto Trait Implementations§
impl Freeze for Scytale
impl RefUnwindSafe for Scytale
impl Send for Scytale
impl Sync for Scytale
impl Unpin for Scytale
impl UnwindSafe for Scytale
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