Struct radarbase::binarytree::LeafBuilder
source · struct LeafBuilder<'a: 'b, 'b> {
page: &'b mut PageMut<'a>,
}
Fields§
§page: &'b mut PageMut<'a>
Implementations§
Auto Trait Implementations§
impl<'a, 'b> !RefUnwindSafe for LeafBuilder<'a, 'b>
impl<'a, 'b> !Send for LeafBuilder<'a, 'b>
impl<'a, 'b> !Sync for LeafBuilder<'a, 'b>
impl<'a, 'b> Unpin for LeafBuilder<'a, 'b>
impl<'a, 'b> !UnwindSafe for LeafBuilder<'a, 'b>
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