pub enum ActNla {
Unspec(Vec<u8>),
Kind(String),
Options(Vec<ActOpt>),
Index(u32),
Stats(Vec<Stats2>),
Cookie(Vec<u8>),
Other(DefaultNla),
}Variants§
Unspec(Vec<u8>)
Kind(String)
Options(Vec<ActOpt>)
Index(u32)
Stats(Vec<Stats2>)
Cookie(Vec<u8>)
Other(DefaultNla)
Trait Implementations§
impl Eq for ActNla
impl StructuralPartialEq for ActNla
Auto Trait Implementations§
impl Freeze for ActNla
impl RefUnwindSafe for ActNla
impl Send for ActNla
impl Sync for ActNla
impl Unpin for ActNla
impl UnwindSafe for ActNla
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