pub struct MacAddrLengthError;Trait Implementations§
Source§impl Debug for MacAddrLengthError
impl Debug for MacAddrLengthError
Source§impl Display for MacAddrLengthError
impl Display for MacAddrLengthError
Source§impl Error for MacAddrLengthError
impl Error for MacAddrLengthError
Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
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
Source§impl PartialEq for MacAddrLengthError
impl PartialEq for MacAddrLengthError
impl Eq for MacAddrLengthError
impl StructuralPartialEq for MacAddrLengthError
Auto Trait Implementations§
impl Freeze for MacAddrLengthError
impl RefUnwindSafe for MacAddrLengthError
impl Send for MacAddrLengthError
impl Sync for MacAddrLengthError
impl Unpin for MacAddrLengthError
impl UnwindSafe for MacAddrLengthError
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