pub enum ICMP6Type {
Type1,
Type3,
Type128,
Type129,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ICMP6Type
impl RefUnwindSafe for ICMP6Type
impl Send for ICMP6Type
impl Sync for ICMP6Type
impl Unpin for ICMP6Type
impl UnwindSafe for ICMP6Type
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