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