pub struct InvalidLinkType(pub u16);Tuple Fields§
§0: u16Trait Implementations§
Source§impl Debug for InvalidLinkType
impl Debug for InvalidLinkType
Source§impl Display for InvalidLinkType
impl Display for InvalidLinkType
Source§impl Error for InvalidLinkType
impl Error for InvalidLinkType
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl From<InvalidLinkType> for PcapNgParseError
impl From<InvalidLinkType> for PcapNgParseError
Source§fn from(source: InvalidLinkType) -> Self
fn from(source: InvalidLinkType) -> Self
Converts to this type from the input type.
Source§impl From<InvalidLinkType> for PcapParseError
impl From<InvalidLinkType> for PcapParseError
Source§fn from(source: InvalidLinkType) -> Self
fn from(source: InvalidLinkType) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InvalidLinkType
impl RefUnwindSafe for InvalidLinkType
impl Send for InvalidLinkType
impl Sync for InvalidLinkType
impl Unpin for InvalidLinkType
impl UnwindSafe for InvalidLinkType
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