Struct sqlx_models_parser::ast::Assignment [−][src]
Expand description
SQL assignment foo = expr as used in SQLUpdate
Fields
id: Identvalue: ExprTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for Assignment
impl Send for Assignment
impl Sync for Assignment
impl Unpin for Assignment
impl UnwindSafe for Assignment
Blanket Implementations
Mutably borrows from an owned value. Read more