pub enum ProbeStatus {
Pass,
Fail,
}Variants§
Trait Implementations§
Source§impl Clone for ProbeStatus
impl Clone for ProbeStatus
Source§fn clone(&self) -> ProbeStatus
fn clone(&self) -> ProbeStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProbeStatus
impl Debug for ProbeStatus
Source§impl<'de> Deserialize<'de> for ProbeStatus
impl<'de> Deserialize<'de> for ProbeStatus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<ProbeStatus> for ProbeStatusWire
impl From<ProbeStatus> for ProbeStatusWire
Source§fn from(s: ProbeStatus) -> Self
fn from(s: ProbeStatus) -> Self
Converts to this type from the input type.
Source§impl From<ProbeStatusWire> for ProbeStatus
impl From<ProbeStatusWire> for ProbeStatus
Source§fn from(w: ProbeStatusWire) -> Self
fn from(w: ProbeStatusWire) -> Self
Converts to this type from the input type.
Source§impl Hash for ProbeStatus
impl Hash for ProbeStatus
Source§impl PartialEq for ProbeStatus
impl PartialEq for ProbeStatus
Source§impl Serialize for ProbeStatus
impl Serialize for ProbeStatus
impl Copy for ProbeStatus
impl Eq for ProbeStatus
impl StructuralPartialEq for ProbeStatus
Auto Trait Implementations§
impl Freeze for ProbeStatus
impl RefUnwindSafe for ProbeStatus
impl Send for ProbeStatus
impl Sync for ProbeStatus
impl Unpin for ProbeStatus
impl UnwindSafe for ProbeStatus
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more