Struct dev_scope::shared::prelude::DoctorGroup
source · pub struct DoctorGroup {
pub full_name: String,
pub metadata: ModelMetadata,
pub requires: Vec<String>,
pub actions: Vec<DoctorGroupAction>,
}Fields§
§full_name: String§metadata: ModelMetadata§requires: Vec<String>§actions: Vec<DoctorGroupAction>Trait Implementations§
source§impl Clone for DoctorGroup
impl Clone for DoctorGroup
source§fn clone(&self) -> DoctorGroup
fn clone(&self) -> DoctorGroup
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 DoctorGroup
impl Debug for DoctorGroup
source§impl HelpMetadata for DoctorGroup
impl HelpMetadata for DoctorGroup
source§impl PartialEq for DoctorGroup
impl PartialEq for DoctorGroup
source§fn eq(&self, other: &DoctorGroup) -> bool
fn eq(&self, other: &DoctorGroup) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TryFrom<V1AlphaDoctorGroup> for DoctorGroup
impl TryFrom<V1AlphaDoctorGroup> for DoctorGroup
impl StructuralPartialEq for DoctorGroup
Auto Trait Implementations§
impl Freeze for DoctorGroup
impl RefUnwindSafe for DoctorGroup
impl Send for DoctorGroup
impl Sync for DoctorGroup
impl Unpin for DoctorGroup
impl UnwindSafe for DoctorGroup
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