pub(crate) struct UniqueIndexScratch(BitSet);Tuple Fields§
§0: BitSetImplementations§
Auto Trait Implementations§
impl Freeze for UniqueIndexScratch
impl RefUnwindSafe for UniqueIndexScratch
impl Send for UniqueIndexScratch
impl Sync for UniqueIndexScratch
impl Unpin for UniqueIndexScratch
impl UnwindSafe for UniqueIndexScratch
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