Enum surge_ping::ICMP
source · pub enum ICMP {
V4,
V6,
}Variants
V4
V6
Trait Implementations
impl Copy for ICMP
Auto Trait Implementations
impl RefUnwindSafe for ICMP
impl Send for ICMP
impl Sync for ICMP
impl Unpin for ICMP
impl UnwindSafe for ICMP
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more