pub struct RootFilesystem(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for RootFilesystem
impl AsRef<str> for RootFilesystem
Source§impl Clone for RootFilesystem
impl Clone for RootFilesystem
Source§fn clone(&self) -> RootFilesystem
fn clone(&self) -> RootFilesystem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RootFilesystem
impl Debug for RootFilesystem
Source§impl Display for RootFilesystem
impl Display for RootFilesystem
Source§impl Hash for RootFilesystem
impl Hash for RootFilesystem
Source§impl Ord for RootFilesystem
impl Ord for RootFilesystem
Source§fn cmp(&self, other: &RootFilesystem) -> Ordering
fn cmp(&self, other: &RootFilesystem) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RootFilesystem
impl PartialEq for RootFilesystem
Source§fn eq(&self, other: &RootFilesystem) -> bool
fn eq(&self, other: &RootFilesystem) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§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