pub enum Operation {
Encrypt,
Decrypt,
}Expand description
The possible AES operations.
Variants§
Trait Implementations§
impl Copy for Operation
Available on crate feature
unstable only.impl Eq for Operation
Available on crate feature
unstable only.impl StructuralPartialEq for Operation
Available on crate feature
unstable only.Auto Trait Implementations§
impl Freeze for Operation
impl RefUnwindSafe for Operation
impl Send for Operation
impl Sync for Operation
impl Unpin for Operation
impl UnwindSafe for Operation
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