pub enum InfoVrf {
TableId(u32),
Other(DefaultNla),
}
Variants
TableId(u32)
Other(DefaultNla)
Trait Implementations
impl Eq for InfoVrf
impl StructuralEq for InfoVrf
impl StructuralPartialEq for InfoVrf
Auto Trait Implementations
impl RefUnwindSafe for InfoVrf
impl Send for InfoVrf
impl Sync for InfoVrf
impl Unpin for InfoVrf
impl UnwindSafe for InfoVrf
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more