Struct gitql_ast::expression::AssignmentExpression
source · pub struct AssignmentExpression {
pub symbol: String,
pub value: Box<dyn Expression>,
}
Fields§
§symbol: String
§value: Box<dyn Expression>
Trait Implementations§
source§impl Expression for AssignmentExpression
impl Expression for AssignmentExpression
Auto Trait Implementations§
impl Freeze for AssignmentExpression
impl !RefUnwindSafe for AssignmentExpression
impl !Send for AssignmentExpression
impl !Sync for AssignmentExpression
impl Unpin for AssignmentExpression
impl !UnwindSafe for AssignmentExpression
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