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