pub struct GreaterThan;
Expand description
Represents the terminal symbol >
Trait Implementations§
Source§impl Clone for GreaterThan
impl Clone for GreaterThan
Source§fn clone(&self) -> GreaterThan
fn clone(&self) -> GreaterThan
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GreaterThan
impl Debug for GreaterThan
Source§impl Default for GreaterThan
impl Default for GreaterThan
Source§fn default() -> GreaterThan
fn default() -> GreaterThan
Returns the “default value” for a type. Read more
Source§impl Hash for GreaterThan
impl Hash for GreaterThan
Source§impl Ord for GreaterThan
impl Ord for GreaterThan
Source§fn cmp(&self, other: &GreaterThan) -> Ordering
fn cmp(&self, other: &GreaterThan) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GreaterThan
impl PartialEq for GreaterThan
Source§impl PartialOrd for GreaterThan
impl PartialOrd for GreaterThan
impl Copy for GreaterThan
impl Eq for GreaterThan
impl StructuralPartialEq for GreaterThan
Auto Trait Implementations§
impl Freeze for GreaterThan
impl RefUnwindSafe for GreaterThan
impl Send for GreaterThan
impl Sync for GreaterThan
impl Unpin for GreaterThan
impl UnwindSafe for GreaterThan
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