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