Struct rustpython_ast::CmpOpGt
source · pub struct CmpOpGt;
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CmpOpGt
impl Send for CmpOpGt
impl Sync for CmpOpGt
impl Unpin for CmpOpGt
impl UnwindSafe for CmpOpGt
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