pub struct Inserter<'i, R, W> { /* private fields */ }
Expand description
inserter keeps track of origin reader, target writer, and all points of insertion
Implementations§
Source§impl<'i, R, W> Inserter<'i, R, W>
impl<'i, R, W> Inserter<'i, R, W>
Auto Trait Implementations§
impl<'i, R, W> Freeze for Inserter<'i, R, W>
impl<'i, R, W> !RefUnwindSafe for Inserter<'i, R, W>
impl<'i, R, W> !Send for Inserter<'i, R, W>
impl<'i, R, W> !Sync for Inserter<'i, R, W>
impl<'i, R, W> Unpin for Inserter<'i, R, W>
impl<'i, R, W> !UnwindSafe for Inserter<'i, R, W>
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