pub struct RibEntry {
pub name: Name,
pub routes: Vec<Route>,
}Expand description
NFD RibEntry dataset entry (TLV type 0x80).
Returned by rib/list.
Fields§
§name: Name§routes: Vec<Route>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for RibEntry
impl RefUnwindSafe for RibEntry
impl Send for RibEntry
impl Sync for RibEntry
impl Unpin for RibEntry
impl UnwindSafe for RibEntry
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more