pub enum Argon2Profile {
Iot,
Desktop,
Server,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for Argon2Profile
impl Clone for Argon2Profile
Source§fn clone(&self) -> Argon2Profile
fn clone(&self) -> Argon2Profile
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Argon2Profile
impl Debug for Argon2Profile
Source§impl PartialEq for Argon2Profile
impl PartialEq for Argon2Profile
impl Copy for Argon2Profile
impl Eq for Argon2Profile
impl StructuralPartialEq for Argon2Profile
Auto Trait Implementations§
impl Freeze for Argon2Profile
impl RefUnwindSafe for Argon2Profile
impl Send for Argon2Profile
impl Sync for Argon2Profile
impl Unpin for Argon2Profile
impl UnsafeUnpin for Argon2Profile
impl UnwindSafe for Argon2Profile
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