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