pub struct FileMount {
pub id: String,
pub name: String,
pub root_dir: PathBuf,
}Fields§
§id: String§name: String§root_dir: PathBufImplementations§
Trait Implementations§
impl Eq for FileMount
impl StructuralPartialEq for FileMount
Auto Trait Implementations§
impl Freeze for FileMount
impl RefUnwindSafe for FileMount
impl Send for FileMount
impl Sync for FileMount
impl Unpin for FileMount
impl UnsafeUnpin for FileMount
impl UnwindSafe for FileMount
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