Enum sample_config::OutputType
source · pub enum OutputType {
Value,
Fields,
}Expand description
The type of the sample config output.
Variants
Value
A value is put out.
Fields
Fields are put out (a struct or arrays).
Trait Implementations
sourceimpl Clone for OutputType
impl Clone for OutputType
sourcefn clone(&self) -> OutputType
fn clone(&self) -> OutputType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for OutputType
impl Debug for OutputType
sourceimpl PartialEq<OutputType> for OutputType
impl PartialEq<OutputType> for OutputType
sourcefn eq(&self, other: &OutputType) -> bool
fn eq(&self, other: &OutputType) -> bool
impl Copy for OutputType
impl Eq for OutputType
impl StructuralEq for OutputType
impl StructuralPartialEq for OutputType
Auto Trait Implementations
impl RefUnwindSafe for OutputType
impl Send for OutputType
impl Sync for OutputType
impl Unpin for OutputType
impl UnwindSafe for OutputType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more