pub struct DoctorQuery {
pub home_dir: PathBuf,
pub current_dir: PathBuf,
pub team_override: Option<TeamName>,
}Fields§
§home_dir: PathBuf§current_dir: PathBuf§team_override: Option<TeamName>Trait Implementations§
Source§impl Clone for DoctorQuery
impl Clone for DoctorQuery
Source§fn clone(&self) -> DoctorQuery
fn clone(&self) -> DoctorQuery
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 DoctorQuery
impl Debug for DoctorQuery
Source§impl<'de> Deserialize<'de> for DoctorQuery
impl<'de> Deserialize<'de> for DoctorQuery
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DoctorQuery
impl RefUnwindSafe for DoctorQuery
impl Send for DoctorQuery
impl Sync for DoctorQuery
impl Unpin for DoctorQuery
impl UnsafeUnpin for DoctorQuery
impl UnwindSafe for DoctorQuery
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