pub struct SubtreeIndex { /* private fields */ }Expand description
SubtreeIndex
Auto Trait Implementations§
impl Freeze for SubtreeIndex
impl RefUnwindSafe for SubtreeIndex
impl Send for SubtreeIndex
impl Sync for SubtreeIndex
impl Unpin for SubtreeIndex
impl UnwindSafe for SubtreeIndex
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