pub struct IndexBTreeInteriorCell {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IndexBTreeInteriorCell
impl RefUnwindSafe for IndexBTreeInteriorCell
impl Send for IndexBTreeInteriorCell
impl Sync for IndexBTreeInteriorCell
impl Unpin for IndexBTreeInteriorCell
impl UnwindSafe for IndexBTreeInteriorCell
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