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