Struct rustpython_vm::compiler::parser::ast::OperatorAdd
source · pub struct OperatorAdd;
Trait Implementations§
source§impl<R> From<OperatorAdd> for Ast<R>
impl<R> From<OperatorAdd> for Ast<R>
source§fn from(_: OperatorAdd) -> Ast<R>
fn from(_: OperatorAdd) -> Ast<R>
Converts to this type from the input type.
source§impl From<OperatorAdd> for Operator
impl From<OperatorAdd> for Operator
source§fn from(_: OperatorAdd) -> Operator
fn from(_: OperatorAdd) -> Operator
Converts to this type from the input type.
source§impl Node for OperatorAdd
impl Node for OperatorAdd
Auto Trait Implementations§
impl RefUnwindSafe for OperatorAdd
impl Send for OperatorAdd
impl Sync for OperatorAdd
impl Unpin for OperatorAdd
impl UnwindSafe for OperatorAdd
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