#[repr(u8)]pub enum Aesdecrypt {
ENCRYPT = 0,
DECRYPT = 1,
}Variants§
Implementations§
Source§impl Aesdecrypt
impl Aesdecrypt
Trait Implementations§
Source§impl Clone for Aesdecrypt
impl Clone for Aesdecrypt
Source§fn clone(&self) -> Aesdecrypt
fn clone(&self) -> Aesdecrypt
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Aesdecrypt
impl Debug for Aesdecrypt
Source§impl From<Aesdecrypt> for u8
impl From<Aesdecrypt> for u8
Source§fn from(val: Aesdecrypt) -> u8
fn from(val: Aesdecrypt) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Aesdecrypt
impl From<u8> for Aesdecrypt
Source§fn from(val: u8) -> Aesdecrypt
fn from(val: u8) -> Aesdecrypt
Converts to this type from the input type.
Source§impl Ord for Aesdecrypt
impl Ord for Aesdecrypt
Source§fn cmp(&self, other: &Aesdecrypt) -> Ordering
fn cmp(&self, other: &Aesdecrypt) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Aesdecrypt
impl PartialEq for Aesdecrypt
Source§impl PartialOrd for Aesdecrypt
impl PartialOrd for Aesdecrypt
impl Copy for Aesdecrypt
impl Eq for Aesdecrypt
impl StructuralPartialEq for Aesdecrypt
Auto Trait Implementations§
impl Freeze for Aesdecrypt
impl RefUnwindSafe for Aesdecrypt
impl Send for Aesdecrypt
impl Sync for Aesdecrypt
impl Unpin for Aesdecrypt
impl UnwindSafe for Aesdecrypt
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