pub struct FileIndex(/* private fields */);Trait Implementations§
Source§impl Ord for FileIndex
impl Ord for FileIndex
Source§impl PartialOrd for FileIndex
impl PartialOrd for FileIndex
impl Copy for FileIndex
impl Eq for FileIndex
impl StructuralPartialEq for FileIndex
Auto Trait Implementations§
impl Freeze for FileIndex
impl RefUnwindSafe for FileIndex
impl Send for FileIndex
impl Sync for FileIndex
impl Unpin for FileIndex
impl UnwindSafe for FileIndex
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