pub struct Gt {
pub span: Span,
}
Expand description
A ‘>’ token.
Fields§
§span: Span
Trait Implementations§
impl Copy for Gt
impl Eq for Gt
impl StructuralEq for Gt
impl StructuralPartialEq for Gt
Auto Trait Implementations§
impl RefUnwindSafe for Gt
impl Send for Gt
impl Sync for Gt
impl Unpin for Gt
impl UnwindSafe for Gt
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