pub enum Icmpv4ParamProblem {
AtPointer,
MissingOption,
BadLength,
Unknown(u8),
}
Expand description
Internet protocol control message subtype for type “Parameter Problem”.
Variants§
AtPointer
Pointer indicates the error
MissingOption
Missing a required option
BadLength
Bad length
Unknown(u8)
Trait Implementations§
Source§impl Clone for ParamProblem
impl Clone for ParamProblem
Source§fn clone(&self) -> ParamProblem
fn clone(&self) -> ParamProblem
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ParamProblem
impl Debug for ParamProblem
Source§impl From<ParamProblem> for u8
impl From<ParamProblem> for u8
Source§fn from(value: ParamProblem) -> Self
fn from(value: ParamProblem) -> Self
Converts to this type from the input type.
Source§impl From<u8> for ParamProblem
impl From<u8> for ParamProblem
Source§impl Hash for ParamProblem
impl Hash for ParamProblem
Source§impl Ord for ParamProblem
impl Ord for ParamProblem
Source§impl PartialEq for ParamProblem
impl PartialEq for ParamProblem
Source§impl PartialOrd for ParamProblem
impl PartialOrd for ParamProblem
Source§fn partial_cmp(&self, other: &ParamProblem) -> Option<Ordering>
fn partial_cmp(&self, other: &ParamProblem) -> Option<Ordering>
impl Copy for ParamProblem
impl Eq for ParamProblem
impl StructuralPartialEq for ParamProblem
Auto Trait Implementations§
impl Freeze for ParamProblem
impl RefUnwindSafe for ParamProblem
impl Send for ParamProblem
impl Sync for ParamProblem
impl Unpin for ParamProblem
impl UnwindSafe for ParamProblem
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)