pub enum IgmpError {
FloatFormatError,
}
Expand description
IGMP-specific errors.
Variants§
FloatFormatError
Error converting to IGMP v3 floating point format.
Trait Implementations§
Source§impl From<TryFromIntError> for IgmpError
impl From<TryFromIntError> for IgmpError
Source§fn from(_: TryFromIntError) -> Self
fn from(_: TryFromIntError) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for IgmpError
Auto Trait Implementations§
impl Freeze for IgmpError
impl RefUnwindSafe for IgmpError
impl Send for IgmpError
impl Sync for IgmpError
impl Unpin for IgmpError
impl UnwindSafe for IgmpError
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