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