pub struct InsertTransaction<'a, 'tree, T> { /* private fields */ }Implementations§
Source§impl<'a, 'tree, T> InsertTransaction<'a, 'tree, T>
impl<'a, 'tree, T> InsertTransaction<'a, 'tree, T>
Auto Trait Implementations§
impl<'a, 'tree, T> !UnwindSafe for InsertTransaction<'a, 'tree, T>
impl<'a, 'tree, T> Freeze for InsertTransaction<'a, 'tree, T>
impl<'a, 'tree, T> RefUnwindSafe for InsertTransaction<'a, 'tree, T>where
T: RefUnwindSafe,
impl<'a, 'tree, T> Send for InsertTransaction<'a, 'tree, T>where
T: Send,
impl<'a, 'tree, T> Sync for InsertTransaction<'a, 'tree, T>where
T: Sync,
impl<'a, 'tree, T> Unpin for InsertTransaction<'a, 'tree, T>
impl<'a, 'tree, T> UnsafeUnpin for InsertTransaction<'a, 'tree, T>
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