Struct dev_scope::shared::prelude::DoctorGroupActionCommandBuilder
source · pub struct DoctorGroupActionCommandBuilder { /* private fields */ }
Expand description
Builder for DoctorGroupActionCommand
.
Implementations§
Trait Implementations§
source§impl Clone for DoctorGroupActionCommandBuilder
impl Clone for DoctorGroupActionCommandBuilder
source§fn clone(&self) -> DoctorGroupActionCommandBuilder
fn clone(&self) -> DoctorGroupActionCommandBuilder
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 moreAuto Trait Implementations§
impl RefUnwindSafe for DoctorGroupActionCommandBuilder
impl Send for DoctorGroupActionCommandBuilder
impl Sync for DoctorGroupActionCommandBuilder
impl Unpin for DoctorGroupActionCommandBuilder
impl UnwindSafe for DoctorGroupActionCommandBuilder
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