pub struct IndexFile;Expand description
Marker for index.json.
Trait Implementations§
Source§impl Ord for IndexFile
impl Ord for IndexFile
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 PartialOrd for IndexFile
impl PartialOrd for IndexFile
impl Copy for IndexFile
impl Eq for IndexFile
impl StructuralPartialEq for IndexFile
Auto Trait Implementations§
impl Freeze for IndexFile
impl RefUnwindSafe for IndexFile
impl Send for IndexFile
impl Sync for IndexFile
impl Unpin for IndexFile
impl UnsafeUnpin for IndexFile
impl UnwindSafe for IndexFile
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