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