Struct sql_ast::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 Assignmentimpl Send for Assignmentimpl Sync for Assignmentimpl Unpin for Assignmentimpl UnwindSafe for AssignmentBlanket Implementations
Mutably borrows from an owned value. Read more