pub enum DrbgMode {
SHA1,
SHA256,
SHA384,
SHA512,
AES128,
AES192,
AES256,
Nil,
}Variants§
Trait Implementations§
impl Copy for DrbgMode
impl Eq for DrbgMode
impl StructuralPartialEq for DrbgMode
Auto Trait Implementations§
impl Freeze for DrbgMode
impl RefUnwindSafe for DrbgMode
impl Send for DrbgMode
impl Sync for DrbgMode
impl Unpin for DrbgMode
impl UnwindSafe for DrbgMode
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