pub struct Passphrase(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for Passphrase
impl Clone for Passphrase
Source§fn clone(&self) -> Passphrase
fn clone(&self) -> Passphrase
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 Passphrase
impl Debug for Passphrase
Source§impl Display for Passphrase
impl Display for Passphrase
Source§impl<'a> From<&'a str> for Passphrase
impl<'a> From<&'a str> for Passphrase
Source§impl PartialEq for Passphrase
impl PartialEq for Passphrase
Source§impl TryFrom<String> for Passphrase
impl TryFrom<String> for Passphrase
impl Eq for Passphrase
impl StructuralPartialEq for Passphrase
Auto Trait Implementations§
impl Freeze for Passphrase
impl RefUnwindSafe for Passphrase
impl Send for Passphrase
impl Sync for Passphrase
impl Unpin for Passphrase
impl UnwindSafe for Passphrase
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.