pub enum ProbeModeArg {
Auto,
Live,
Test,
}Variants§
Trait Implementations§
Source§impl Clone for ProbeModeArg
impl Clone for ProbeModeArg
Source§fn clone(&self) -> ProbeModeArg
fn clone(&self) -> ProbeModeArg
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 ProbeModeArg
impl Debug for ProbeModeArg
Source§impl Default for ProbeModeArg
impl Default for ProbeModeArg
Source§fn default() -> ProbeModeArg
fn default() -> ProbeModeArg
Returns the “default value” for a type. Read more
Source§impl PartialEq for ProbeModeArg
impl PartialEq for ProbeModeArg
Source§impl ValueEnum for ProbeModeArg
impl ValueEnum for ProbeModeArg
impl Copy for ProbeModeArg
impl Eq for ProbeModeArg
impl StructuralPartialEq for ProbeModeArg
Auto Trait Implementations§
impl Freeze for ProbeModeArg
impl RefUnwindSafe for ProbeModeArg
impl Send for ProbeModeArg
impl Sync for ProbeModeArg
impl Unpin for ProbeModeArg
impl UnsafeUnpin for ProbeModeArg
impl UnwindSafe for ProbeModeArg
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