Struct RootFilesystem
pub struct RootFilesystem(/* private fields */);Implementations§
§impl RootFilesystem
impl RootFilesystem
Trait Implementations§
§impl AsRef<str> for RootFilesystem
impl AsRef<str> for RootFilesystem
§impl Clone for RootFilesystem
impl Clone for RootFilesystem
§fn clone(&self) -> RootFilesystem
fn clone(&self) -> RootFilesystem
Returns a duplicate 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 more§impl Debug for RootFilesystem
impl Debug for RootFilesystem
§impl Display for RootFilesystem
impl Display for RootFilesystem
§impl Hash for RootFilesystem
impl Hash for RootFilesystem
§impl Ord for RootFilesystem
impl Ord for RootFilesystem
§impl PartialEq for RootFilesystem
impl PartialEq for RootFilesystem
§impl PartialOrd for RootFilesystem
impl PartialOrd for RootFilesystem
impl Eq for RootFilesystem
impl StructuralPartialEq for RootFilesystem
Auto Trait Implementations§
impl Freeze for RootFilesystem
impl RefUnwindSafe for RootFilesystem
impl Send for RootFilesystem
impl Sync for RootFilesystem
impl Unpin for RootFilesystem
impl UnsafeUnpin for RootFilesystem
impl UnwindSafe for RootFilesystem
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