Struct dev_scope::shared::prelude::DoctorGroupActionCheckBuilder
source · pub struct DoctorGroupActionCheckBuilder { /* private fields */ }Expand description
Builder for DoctorGroupActionCheck.
Implementations§
source§impl DoctorGroupActionCheckBuilder
impl DoctorGroupActionCheckBuilder
pub fn command<VALUE: Into<Option<DoctorGroupActionCommand>>>( &mut self, value: VALUE ) -> &mut Self
pub fn files<VALUE: Into<Option<DoctorGroupCachePath>>>( &mut self, value: VALUE ) -> &mut Self
sourcepub fn build(
&self
) -> Result<DoctorGroupActionCheck, DoctorGroupActionCheckBuilderError>
pub fn build( &self ) -> Result<DoctorGroupActionCheck, DoctorGroupActionCheckBuilderError>
Trait Implementations§
source§impl Clone for DoctorGroupActionCheckBuilder
impl Clone for DoctorGroupActionCheckBuilder
source§fn clone(&self) -> DoctorGroupActionCheckBuilder
fn clone(&self) -> DoctorGroupActionCheckBuilder
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 Freeze for DoctorGroupActionCheckBuilder
impl RefUnwindSafe for DoctorGroupActionCheckBuilder
impl Send for DoctorGroupActionCheckBuilder
impl Sync for DoctorGroupActionCheckBuilder
impl Unpin for DoctorGroupActionCheckBuilder
impl UnwindSafe for DoctorGroupActionCheckBuilder
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