Enum netidx_netproto::resolver::AuthRead
source · pub enum AuthRead {
Anonymous,
Krb5,
Local,
Tls,
}
Variants§
Trait Implementations§
source§impl PartialEq<AuthRead> for AuthRead
impl PartialEq<AuthRead> for AuthRead
impl Eq for AuthRead
impl StructuralEq for AuthRead
impl StructuralPartialEq for AuthRead
Auto Trait Implementations§
impl RefUnwindSafe for AuthRead
impl Send for AuthRead
impl Sync for AuthRead
impl Unpin for AuthRead
impl UnwindSafe for AuthRead
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.