pub struct FibEntry {
pub nexthops: Vec<FibNexthop>,
}Expand description
A FIB entry — the set of nexthops for one name prefix.
Fields§
§nexthops: Vec<FibNexthop>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