Struct dev_scope::shared::prelude::DoctorGroupAction
source · pub struct DoctorGroupAction {
pub name: String,
pub description: String,
pub fix: DoctorGroupActionFix,
pub check: DoctorGroupActionCheck,
pub required: bool,
}Fields§
§name: String§description: String§fix: DoctorGroupActionFix§check: DoctorGroupActionCheck§required: boolImplementations§
Trait Implementations§
source§impl Clone for DoctorGroupAction
impl Clone for DoctorGroupAction
source§fn clone(&self) -> DoctorGroupAction
fn clone(&self) -> DoctorGroupAction
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 DoctorGroupAction
impl Debug for DoctorGroupAction
source§impl PartialEq for DoctorGroupAction
impl PartialEq for DoctorGroupAction
source§fn eq(&self, other: &DoctorGroupAction) -> bool
fn eq(&self, other: &DoctorGroupAction) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DoctorGroupAction
Auto Trait Implementations§
impl Freeze for DoctorGroupAction
impl RefUnwindSafe for DoctorGroupAction
impl Send for DoctorGroupAction
impl Sync for DoctorGroupAction
impl Unpin for DoctorGroupAction
impl UnwindSafe for DoctorGroupAction
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