pub enum InfoVrf {
TableId(u32),
Other(DefaultNla),
}Variants§
TableId(u32)
Other(DefaultNla)
Trait Implementations§
impl Eq for InfoVrf
impl StructuralPartialEq for InfoVrf
Auto Trait Implementations§
impl Freeze for InfoVrf
impl RefUnwindSafe for InfoVrf
impl Send for InfoVrf
impl Sync for InfoVrf
impl Unpin for InfoVrf
impl UnwindSafe for InfoVrf
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