Struct sql_parse::InsertReplaceSet
source · pub struct InsertReplaceSet<'a> {
pub set_span: Span,
pub pairs: Vec<InsertReplaceSetPair<'a>>,
}
Fields§
§set_span: Span
§pairs: Vec<InsertReplaceSetPair<'a>>
Trait Implementations§
source§impl<'a> Clone for InsertReplaceSet<'a>
impl<'a> Clone for InsertReplaceSet<'a>
source§fn clone(&self) -> InsertReplaceSet<'a>
fn clone(&self) -> InsertReplaceSet<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> Debug for InsertReplaceSet<'a>
impl<'a> Debug for InsertReplaceSet<'a>
Auto Trait Implementations§
impl<'a> Freeze for InsertReplaceSet<'a>
impl<'a> RefUnwindSafe for InsertReplaceSet<'a>
impl<'a> Send for InsertReplaceSet<'a>
impl<'a> Sync for InsertReplaceSet<'a>
impl<'a> Unpin for InsertReplaceSet<'a>
impl<'a> UnwindSafe for InsertReplaceSet<'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