Struct moore_svlog::LocalRibQueryKey [−][src]
pub struct LocalRibQueryKey(pub NodeId);
Expand description
The arguments passed to the local_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 LocalRibQueryKey
impl Send for LocalRibQueryKey
impl Sync for LocalRibQueryKey
impl Unpin for LocalRibQueryKey
impl UnwindSafe for LocalRibQueryKey
Blanket Implementations
Mutably borrows from an owned value. Read more