#[repr(u8)]pub enum Ade {
BYPASS = 0,
DECRYPT = 1,
}Variants§
BYPASS = 0
Bypass the fetched data.
DECRYPT = 1
Perform the CTR-AES128 mode decryption on the fetched data.
Implementations§
Trait Implementations§
Source§impl Ord for Ade
impl Ord for Ade
Source§impl PartialOrd for Ade
impl PartialOrd for Ade
impl Copy for Ade
impl Eq for Ade
impl StructuralPartialEq for Ade
Auto Trait Implementations§
impl Freeze for Ade
impl RefUnwindSafe for Ade
impl Send for Ade
impl Sync for Ade
impl Unpin for Ade
impl UnwindSafe for Ade
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