pub struct FibEntry {
pub name: Name,
pub nexthops: Vec<NextHopRecord>,
}Expand description
NFD FibEntry dataset entry (TLV type 0x80).
Returned by fib/list.
Fields§
§name: Name§nexthops: Vec<NextHopRecord>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for FibEntry
impl RefUnwindSafe for FibEntry
impl Send for FibEntry
impl Sync for FibEntry
impl Unpin for FibEntry
impl UnwindSafe for FibEntry
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