pub struct DoctorCliOptions {
pub paths: DoctorCliPaths,
pub json: bool,
}Fields§
§paths: DoctorCliPaths§json: boolTrait Implementations§
Source§impl Clone for DoctorCliOptions
impl Clone for DoctorCliOptions
Source§fn clone(&self) -> DoctorCliOptions
fn clone(&self) -> DoctorCliOptions
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 DoctorCliOptions
impl Debug for DoctorCliOptions
Source§impl PartialEq for DoctorCliOptions
impl PartialEq for DoctorCliOptions
Source§fn eq(&self, other: &DoctorCliOptions) -> bool
fn eq(&self, other: &DoctorCliOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for DoctorCliOptions
impl StructuralPartialEq for DoctorCliOptions
Auto Trait Implementations§
impl Freeze for DoctorCliOptions
impl RefUnwindSafe for DoctorCliOptions
impl Send for DoctorCliOptions
impl Sync for DoctorCliOptions
impl Unpin for DoctorCliOptions
impl UnsafeUnpin for DoctorCliOptions
impl UnwindSafe for DoctorCliOptions
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