pub enum PingState {
Ok,
Timeout,
Error,
}Variants§
Trait Implementations§
impl Copy for PingState
impl Eq for PingState
impl StructuralPartialEq for PingState
Auto Trait Implementations§
impl Freeze for PingState
impl RefUnwindSafe for PingState
impl Send for PingState
impl Sync for PingState
impl Unpin for PingState
impl UnsafeUnpin for PingState
impl UnwindSafe for PingState
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