pub struct Insert<'a> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'a> Modifier<Insert<'a>> for Assignment<'a>
impl<'a> Modifier<Insert<'a>> for Assignment<'a>
Source§impl<'a> Modifier<Insert<'a>> for Assignments<'a>
impl<'a> Modifier<Insert<'a>> for Assignments<'a>
Source§impl<'a> Modifier<Insert<'a>> for Selections
impl<'a> Modifier<Insert<'a>> for Selections
Auto Trait Implementations§
impl<'a> Freeze for Insert<'a>
impl<'a> !RefUnwindSafe for Insert<'a>
impl<'a> !Send for Insert<'a>
impl<'a> !Sync for Insert<'a>
impl<'a> Unpin for Insert<'a>
impl<'a> !UnwindSafe for Insert<'a>
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