Struct netidx_netproto::resolver::ListMatching
source · pub struct ListMatching {
pub matched: Pooled<Vec<Pooled<Vec<Path>>>>,
pub referrals: Pooled<Vec<Referral>>,
}
Fields§
§matched: Pooled<Vec<Pooled<Vec<Path>>>>
§referrals: Pooled<Vec<Referral>>
Trait Implementations§
source§impl Clone for ListMatching
impl Clone for ListMatching
source§fn clone(&self) -> ListMatching
fn clone(&self) -> ListMatching
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 ListMatching
impl Debug for ListMatching
source§impl Pack for ListMatching
impl Pack for ListMatching
source§impl PartialEq<ListMatching> for ListMatching
impl PartialEq<ListMatching> for ListMatching
source§fn eq(&self, other: &ListMatching) -> bool
fn eq(&self, other: &ListMatching) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ListMatching
impl StructuralEq for ListMatching
impl StructuralPartialEq for ListMatching
Auto Trait Implementations§
impl !RefUnwindSafe for ListMatching
impl Send for ListMatching
impl Sync for ListMatching
impl Unpin for ListMatching
impl !UnwindSafe for ListMatching
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.