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