pub enum PathScope {
Workspace,
Config,
Cache,
Telemetry,
}Expand description
Enumeration describing the conceptual scope of a file path.
Variants§
Implementations§
Trait Implementations§
impl Copy for PathScope
impl Eq for PathScope
impl StructuralPartialEq for PathScope
Auto Trait Implementations§
impl Freeze for PathScope
impl RefUnwindSafe for PathScope
impl Send for PathScope
impl Sync for PathScope
impl Unpin for PathScope
impl UnwindSafe for PathScope
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