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