pub struct DoctorOptions {
pub reference_zic: String,
pub reference_zdump: String,
pub tzdata: Option<PathBuf>,
}Expand description
Options for the doctor probe.
Fields§
§reference_zic: String§reference_zdump: String§tzdata: Option<PathBuf>Trait Implementations§
Source§impl Clone for DoctorOptions
impl Clone for DoctorOptions
Source§fn clone(&self) -> DoctorOptions
fn clone(&self) -> DoctorOptions
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 moreAuto Trait Implementations§
impl Freeze for DoctorOptions
impl RefUnwindSafe for DoctorOptions
impl Send for DoctorOptions
impl Sync for DoctorOptions
impl Unpin for DoctorOptions
impl UnsafeUnpin for DoctorOptions
impl UnwindSafe for DoctorOptions
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