pub struct DiskPath {
pub scope: String,
}Fields§
§scope: StringTrait Implementations§
impl StructuralPartialEq for DiskPath
Auto Trait Implementations§
impl Freeze for DiskPath
impl RefUnwindSafe for DiskPath
impl Send for DiskPath
impl Sync for DiskPath
impl Unpin for DiskPath
impl UnwindSafe for DiskPath
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