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