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