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