pub enum ClientRandomValue {
Argon2([u8; 16]),
}Variants§
Implementations§
Trait Implementations§
Source§impl CryptoAlg for ClientRandomValue
impl CryptoAlg for ClientRandomValue
fn get_alg_str(&self) -> &'static str
Source§impl PwPrepareExport for ClientRandomValue
impl PwPrepareExport for ClientRandomValue
fn prepare_export(&self) -> &[u8]
Auto Trait Implementations§
impl Freeze for ClientRandomValue
impl RefUnwindSafe for ClientRandomValue
impl Send for ClientRandomValue
impl Sync for ClientRandomValue
impl Unpin for ClientRandomValue
impl UnsafeUnpin for ClientRandomValue
impl UnwindSafe for ClientRandomValue
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