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