pub enum ProbeState {
Success,
Done,
NothingDetected,
Ambivalent,
}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 · 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 ProbeState
impl Debug for ProbeState
Source§impl PartialEq for ProbeState
impl PartialEq for ProbeState
impl Eq for ProbeState
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 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