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