pub struct RightBranch<T, S: Storage<T>> {
pub offset: Offset,
pub item: T,
pub child: S::Node,
}Fields§
§offset: Offset§item: T§child: S::NodeAuto Trait Implementations§
impl<T, S> Freeze for RightBranch<T, S>
impl<T, S> RefUnwindSafe for RightBranch<T, S>
impl<T, S> Send for RightBranch<T, S>
impl<T, S> Sync for RightBranch<T, S>
impl<T, S> Unpin for RightBranch<T, S>
impl<T, S> UnwindSafe for RightBranch<T, S>
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