pub struct VolumePath(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for VolumePath
impl AsRef<str> for VolumePath
Source§impl Clone for VolumePath
impl Clone for VolumePath
Source§fn clone(&self) -> VolumePath
fn clone(&self) -> VolumePath
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 VolumePath
impl Debug for VolumePath
Source§impl Display for VolumePath
impl Display for VolumePath
Source§impl Hash for VolumePath
impl Hash for VolumePath
Source§impl Ord for VolumePath
impl Ord for VolumePath
Source§fn cmp(&self, other: &VolumePath) -> Ordering
fn cmp(&self, other: &VolumePath) -> 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 VolumePath
impl PartialEq for VolumePath
Source§fn eq(&self, other: &VolumePath) -> bool
fn eq(&self, other: &VolumePath) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VolumePath
impl PartialOrd for VolumePath
impl Eq for VolumePath
impl StructuralPartialEq for VolumePath
Auto Trait Implementations§
impl Freeze for VolumePath
impl RefUnwindSafe for VolumePath
impl Send for VolumePath
impl Sync for VolumePath
impl Unpin for VolumePath
impl UnsafeUnpin for VolumePath
impl UnwindSafe for VolumePath
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