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