pub struct SplitRecursive;
Expand description
The tree uses SplitVec<N<V>, Recursive>
as the underlying storage.
Trait Implementationsยง
Sourceยงimpl PinnedStorage for SplitRecursive
impl PinnedStorage for SplitRecursive
Auto Trait Implementationsยง
impl Freeze for SplitRecursive
impl RefUnwindSafe for SplitRecursive
impl Send for SplitRecursive
impl Sync for SplitRecursive
impl Unpin for SplitRecursive
impl UnwindSafe for SplitRecursive
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