pub enum ProbeStatus {
Free,
Occupied,
}
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 Hash for ProbeStatus
impl Hash for ProbeStatus
Source§impl Ord for ProbeStatus
impl Ord for ProbeStatus
Source§fn cmp(&self, other: &ProbeStatus) -> Ordering
fn cmp(&self, other: &ProbeStatus) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ProbeStatus
impl PartialEq for ProbeStatus
Source§impl PartialOrd for ProbeStatus
impl PartialOrd 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