pub struct Argon2IdKeyProducer { /* private fields */ }Implementations§
Source§impl Argon2IdKeyProducer
impl Argon2IdKeyProducer
pub fn get_key(&self) -> &Vec<u8> ⓘ
pub fn get_parameters(&self) -> &Argon2idParams
pub fn new(password: &str, parameters: &Argon2idParams) -> Self
Trait Implementations§
Source§impl Clone for Argon2IdKeyProducer
impl Clone for Argon2IdKeyProducer
Source§fn clone(&self) -> Argon2IdKeyProducer
fn clone(&self) -> Argon2IdKeyProducer
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 moreAuto Trait Implementations§
impl Freeze for Argon2IdKeyProducer
impl RefUnwindSafe for Argon2IdKeyProducer
impl Send for Argon2IdKeyProducer
impl Sync for Argon2IdKeyProducer
impl Unpin for Argon2IdKeyProducer
impl UnsafeUnpin for Argon2IdKeyProducer
impl UnwindSafe for Argon2IdKeyProducer
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