pub enum TableDump {
AfiIpv4,
AfiIpv6,
Unknown(u16),
}Variants§
Trait Implementations§
impl Copy for TableDump
impl StructuralPartialEq for TableDump
Auto Trait Implementations§
impl Freeze for TableDump
impl RefUnwindSafe for TableDump
impl Send for TableDump
impl Sync for TableDump
impl Unpin for TableDump
impl UnwindSafe for TableDump
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