pub struct ProceduralSqlStatement {
pub statement: Box<Statement>,
pub into: Vec<Identifier>,
pub strict: bool,
pub span: SourceRange,
}Fields§
§statement: Box<Statement>§into: Vec<Identifier>§strict: bool§span: SourceRangeTrait Implementations§
Source§impl Clone for ProceduralSqlStatement
impl Clone for ProceduralSqlStatement
Source§fn clone(&self) -> ProceduralSqlStatement
fn clone(&self) -> ProceduralSqlStatement
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProceduralSqlStatement
impl Debug for ProceduralSqlStatement
Source§impl PartialEq for ProceduralSqlStatement
impl PartialEq for ProceduralSqlStatement
impl StructuralPartialEq for ProceduralSqlStatement
Auto Trait Implementations§
impl Freeze for ProceduralSqlStatement
impl RefUnwindSafe for ProceduralSqlStatement
impl Send for ProceduralSqlStatement
impl Sync for ProceduralSqlStatement
impl Unpin for ProceduralSqlStatement
impl UnsafeUnpin for ProceduralSqlStatement
impl UnwindSafe for ProceduralSqlStatement
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