pub enum Aes128Algorithm {}
Expand description
Type-level constants for AES-128
Trait Implementations§
Source§impl AesVariant for Aes128Algorithm
impl AesVariant for Aes128Algorithm
Auto Trait Implementations§
impl Freeze for Aes128Algorithm
impl RefUnwindSafe for Aes128Algorithm
impl Send for Aes128Algorithm
impl Sync for Aes128Algorithm
impl Unpin for Aes128Algorithm
impl UnwindSafe for Aes128Algorithm
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