Struct srt_protocol::options::Passphrase
source · pub struct Passphrase(_);
Implementations§
Trait Implementations§
source§impl Clone for Passphrase
impl Clone for Passphrase
source§fn clone(&self) -> Passphrase
fn clone(&self) -> Passphrase
Returns a copy 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<Passphrase> for Passphrase
impl PartialEq<Passphrase> for Passphrase
source§fn eq(&self, other: &Passphrase) -> bool
fn eq(&self, other: &Passphrase) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<String> for Passphrase
impl TryFrom<String> for Passphrase
impl Eq for Passphrase
impl StructuralEq for Passphrase
impl StructuralPartialEq for Passphrase
Auto Trait Implementations§
impl RefUnwindSafe for Passphrase
impl Send for Passphrase
impl Sync for Passphrase
impl Unpin for Passphrase
impl UnwindSafe for Passphrase
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.