pub enum NetflowCommonError {
UnknownVersion(NetflowPacket),
}Variants§
UnknownVersion(NetflowPacket)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NetflowCommonError
impl RefUnwindSafe for NetflowCommonError
impl Send for NetflowCommonError
impl Sync for NetflowCommonError
impl Unpin for NetflowCommonError
impl UnwindSafe for NetflowCommonError
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