pub enum CipherDir {
Encrypt,
Decrypt,
}Expand description
Cipher direction.
Variants§
Trait Implementations§
impl Copy for CipherDir
impl Eq for CipherDir
impl StructuralPartialEq for CipherDir
Auto Trait Implementations§
impl Freeze for CipherDir
impl RefUnwindSafe for CipherDir
impl Send for CipherDir
impl Sync for CipherDir
impl Unpin for CipherDir
impl UnsafeUnpin for CipherDir
impl UnwindSafe for CipherDir
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