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