Struct moore_svlog::HierarchicalRibQueryKey [−][src]
pub struct HierarchicalRibQueryKey(pub NodeId);
Expand description
The arguments passed to the hierarchical_rib
query.
Tuple Fields
0: NodeId
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for HierarchicalRibQueryKey
impl Send for HierarchicalRibQueryKey
impl Sync for HierarchicalRibQueryKey
impl Unpin for HierarchicalRibQueryKey
impl UnwindSafe for HierarchicalRibQueryKey
Blanket Implementations
Mutably borrows from an owned value. Read more