pub struct FibEntry {
pub nexthops: Vec<FibNexthop>,
}Expand description
A FIB entry at a name prefix: one or more nexthops.
Fields§
§nexthops: Vec<FibNexthop>Implementations§
Source§impl FibEntry
impl FibEntry
pub fn nexthops_excluding(&self, exclude: FaceId) -> Vec<FibNexthop>
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