Enum netidx_netproto::resolver::TargetAuth
source · Variants§
Implementations§
source§impl TargetAuth
impl TargetAuth
pub fn is_anonymous(&self) -> bool
Trait Implementations§
source§impl Clone for TargetAuth
impl Clone for TargetAuth
source§fn clone(&self) -> TargetAuth
fn clone(&self) -> TargetAuth
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 TargetAuth
impl Debug for TargetAuth
source§impl Pack for TargetAuth
impl Pack for TargetAuth
source§impl PartialEq<TargetAuth> for TargetAuth
impl PartialEq<TargetAuth> for TargetAuth
source§fn eq(&self, other: &TargetAuth) -> bool
fn eq(&self, other: &TargetAuth) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<AuthWrite> for TargetAuth
impl TryFrom<AuthWrite> for TargetAuth
impl Eq for TargetAuth
impl StructuralEq for TargetAuth
impl StructuralPartialEq for TargetAuth
Auto Trait Implementations§
impl RefUnwindSafe for TargetAuth
impl Send for TargetAuth
impl Sync for TargetAuth
impl Unpin for TargetAuth
impl UnwindSafe for TargetAuth
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.