pub enum ProbeFormat {
Text,
Json,
}Expand description
Output-Format für probe.
Variants§
Trait Implementations§
Source§impl Clone for ProbeFormat
impl Clone for ProbeFormat
Source§fn clone(&self) -> ProbeFormat
fn clone(&self) -> ProbeFormat
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 moreSource§impl Debug for ProbeFormat
impl Debug for ProbeFormat
Source§impl PartialEq for ProbeFormat
impl PartialEq for ProbeFormat
Source§fn eq(&self, other: &ProbeFormat) -> bool
fn eq(&self, other: &ProbeFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ProbeFormat
impl Eq for ProbeFormat
impl StructuralPartialEq for ProbeFormat
Auto Trait Implementations§
impl Freeze for ProbeFormat
impl RefUnwindSafe for ProbeFormat
impl Send for ProbeFormat
impl Sync for ProbeFormat
impl Unpin for ProbeFormat
impl UnsafeUnpin for ProbeFormat
impl UnwindSafe for ProbeFormat
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