pub struct FormatChoice {
pub json: bool,
pub tsv: bool,
}Fields§
§json: bool§tsv: boolImplementations§
Trait Implementations§
Source§impl Clone for FormatChoice
impl Clone for FormatChoice
Source§fn clone(&self) -> FormatChoice
fn clone(&self) -> FormatChoice
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 moreimpl Copy for FormatChoice
Source§impl Debug for FormatChoice
impl Debug for FormatChoice
Source§impl Default for FormatChoice
impl Default for FormatChoice
Source§fn default() -> FormatChoice
fn default() -> FormatChoice
Returns the “default value” for a type. Read more
impl Eq for FormatChoice
Source§impl PartialEq for FormatChoice
impl PartialEq for FormatChoice
Source§fn eq(&self, other: &FormatChoice) -> bool
fn eq(&self, other: &FormatChoice) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FormatChoice
Auto Trait Implementations§
impl Freeze for FormatChoice
impl RefUnwindSafe for FormatChoice
impl Send for FormatChoice
impl Sync for FormatChoice
impl Unpin for FormatChoice
impl UnsafeUnpin for FormatChoice
impl UnwindSafe for FormatChoice
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