pub enum PingParts {
None,
}
Expand description
API parts for the Ping API
Variants§
None
No parts
Implementations§
Trait Implementations§
impl Eq for PingParts
impl StructuralPartialEq for PingParts
Auto Trait Implementations§
impl Freeze for PingParts
impl RefUnwindSafe for PingParts
impl Send for PingParts
impl Sync for PingParts
impl Unpin for PingParts
impl UnwindSafe for PingParts
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