Enum netidx_netproto::resolver::FromRead
source · pub enum FromRead {
Publisher(Publisher),
Resolved(Resolved),
List(Pooled<Vec<Path>>),
ListMatching(ListMatching),
GetChangeNr(GetChangeNr),
Table(Table),
Referral(Referral),
Denied,
Error(Chars),
}
Variants§
Publisher(Publisher)
Resolved(Resolved)
List(Pooled<Vec<Path>>)
ListMatching(ListMatching)
GetChangeNr(GetChangeNr)
Table(Table)
Referral(Referral)
Denied
Error(Chars)
Trait Implementations§
source§impl PartialEq<FromRead> for FromRead
impl PartialEq<FromRead> for FromRead
impl Eq for FromRead
impl StructuralEq for FromRead
impl StructuralPartialEq for FromRead
Auto Trait Implementations§
impl !RefUnwindSafe for FromRead
impl Send for FromRead
impl Sync for FromRead
impl Unpin for FromRead
impl !UnwindSafe for FromRead
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.