pub struct MultitableInserts {
pub expressions: Vec<Expression>,
pub kind: String,
pub source: Option<Box<Expression>>,
pub leading_comments: Vec<String>,
}Expand description
MultitableInserts
Fields§
§expressions: Vec<Expression>§kind: String§source: Option<Box<Expression>>§leading_comments: Vec<String>Leading comments before the statement
Trait Implementations§
Source§impl Clone for MultitableInserts
impl Clone for MultitableInserts
Source§fn clone(&self) -> MultitableInserts
fn clone(&self) -> MultitableInserts
Returns a duplicate 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 Debug for MultitableInserts
impl Debug for MultitableInserts
Source§impl<'de> Deserialize<'de> for MultitableInserts
impl<'de> Deserialize<'de> for MultitableInserts
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for MultitableInserts
impl PartialEq for MultitableInserts
Source§impl Serialize for MultitableInserts
impl Serialize for MultitableInserts
impl StructuralPartialEq for MultitableInserts
Auto Trait Implementations§
impl Freeze for MultitableInserts
impl RefUnwindSafe for MultitableInserts
impl Send for MultitableInserts
impl Sync for MultitableInserts
impl Unpin for MultitableInserts
impl UnwindSafe for MultitableInserts
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