pub struct GtOp {
pub gt: Gt,
}
Expand description
A >
rule operator.
Fields§
§gt: Gt
The >
token.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GtOp
impl Send for GtOp
impl Sync for GtOp
impl Unpin for GtOp
impl UnwindSafe for GtOp
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