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