Struct dev_scope::shared::prelude::DoctorGroupActionCheck
source · pub struct DoctorGroupActionCheck {
pub command: Option<DoctorGroupActionCommand>,
pub files: Option<DoctorGroupCachePath>,
}
Fields§
§command: Option<DoctorGroupActionCommand>
§files: Option<DoctorGroupCachePath>
Trait Implementations§
source§impl Clone for DoctorGroupActionCheck
impl Clone for DoctorGroupActionCheck
source§fn clone(&self) -> DoctorGroupActionCheck
fn clone(&self) -> DoctorGroupActionCheck
Returns a copy of the value. Read more
1.0.0 · 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 DoctorGroupActionCheck
impl Debug for DoctorGroupActionCheck
source§impl PartialEq for DoctorGroupActionCheck
impl PartialEq for DoctorGroupActionCheck
source§fn eq(&self, other: &DoctorGroupActionCheck) -> bool
fn eq(&self, other: &DoctorGroupActionCheck) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DoctorGroupActionCheck
Auto Trait Implementations§
impl RefUnwindSafe for DoctorGroupActionCheck
impl Send for DoctorGroupActionCheck
impl Sync for DoctorGroupActionCheck
impl Unpin for DoctorGroupActionCheck
impl UnwindSafe for DoctorGroupActionCheck
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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