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