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