pub struct FileId(/* private fields */);
Trait Implementations§
source§impl ContentHash for FileId
impl ContentHash for FileId
source§impl Ord for FileId
impl Ord for FileId
source§impl PartialEq for FileId
impl PartialEq for FileId
source§impl PartialOrd for FileId
impl PartialOrd for FileId
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for FileId
impl StructuralEq for FileId
impl StructuralPartialEq for FileId
Auto Trait Implementations§
impl RefUnwindSafe for FileId
impl Send for FileId
impl Sync for FileId
impl Unpin for FileId
impl UnwindSafe for FileId
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