Enum gluesql_core::ast_builder::AssignmentNode
source · Variants
Expr(String, ExprNode)
Text(String)
Trait Implementations
sourceimpl Clone for AssignmentNode
impl Clone for AssignmentNode
sourcefn clone(&self) -> AssignmentNode
fn clone(&self) -> AssignmentNode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl From<&str> for AssignmentNode
impl From<&str> for AssignmentNode
sourceimpl TryFrom<AssignmentNode> for Assignment
impl TryFrom<AssignmentNode> for Assignment
Auto Trait Implementations
impl RefUnwindSafe for AssignmentNode
impl Send for AssignmentNode
impl Sync for AssignmentNode
impl Unpin for AssignmentNode
impl UnwindSafe for AssignmentNode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more