pub enum SqlPart {
Template(TemplatePart),
Expr(Expr),
Atomic(Atomic),
}Variants§
Implementations§
Trait Implementations§
Source§impl ToSqlSegment for SqlPart
impl ToSqlSegment for SqlPart
fn gen_sql_segments(&self) -> Vec<SqlSegment>
fn gen_sql_segment(&self) -> SqlSegment
impl StructuralPartialEq for SqlPart
Auto Trait Implementations§
impl Freeze for SqlPart
impl RefUnwindSafe for SqlPart
impl Send for SqlPart
impl Sync for SqlPart
impl Unpin for SqlPart
impl UnwindSafe for SqlPart
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