pub enum ProbeState {
Online,
Degraded,
Offline,
}Variants§
Trait Implementations§
Source§impl Clone for ProbeState
impl Clone for ProbeState
Source§fn clone(&self) -> ProbeState
fn clone(&self) -> ProbeState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ProbeState
Source§impl Debug for ProbeState
impl Debug for ProbeState
impl Eq for ProbeState
Source§impl PartialEq for ProbeState
impl PartialEq for ProbeState
Source§fn eq(&self, other: &ProbeState) -> bool
fn eq(&self, other: &ProbeState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ProbeState
Auto Trait Implementations§
impl Freeze for ProbeState
impl RefUnwindSafe for ProbeState
impl Send for ProbeState
impl Sync for ProbeState
impl Unpin for ProbeState
impl UnsafeUnpin for ProbeState
impl UnwindSafe for ProbeState
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