pub struct VfsInterfaceVersion(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for VfsInterfaceVersion
impl Clone for VfsInterfaceVersion
Source§fn clone(&self) -> VfsInterfaceVersion
fn clone(&self) -> VfsInterfaceVersion
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 VfsInterfaceVersion
impl Debug for VfsInterfaceVersion
Source§impl Default for VfsInterfaceVersion
impl Default for VfsInterfaceVersion
Source§fn default() -> VfsInterfaceVersion
fn default() -> VfsInterfaceVersion
Returns the “default value” for a type. Read more
Source§impl Hash for VfsInterfaceVersion
impl Hash for VfsInterfaceVersion
Source§impl Ord for VfsInterfaceVersion
impl Ord for VfsInterfaceVersion
Source§fn cmp(&self, other: &VfsInterfaceVersion) -> Ordering
fn cmp(&self, other: &VfsInterfaceVersion) -> 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 VfsInterfaceVersion
impl PartialEq for VfsInterfaceVersion
Source§fn eq(&self, other: &VfsInterfaceVersion) -> bool
fn eq(&self, other: &VfsInterfaceVersion) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VfsInterfaceVersion
impl PartialOrd for VfsInterfaceVersion
impl Copy for VfsInterfaceVersion
impl Eq for VfsInterfaceVersion
impl StructuralPartialEq for VfsInterfaceVersion
Auto Trait Implementations§
impl Freeze for VfsInterfaceVersion
impl RefUnwindSafe for VfsInterfaceVersion
impl Send for VfsInterfaceVersion
impl Sync for VfsInterfaceVersion
impl Unpin for VfsInterfaceVersion
impl UnsafeUnpin for VfsInterfaceVersion
impl UnwindSafe for VfsInterfaceVersion
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