pub struct Infinity;Expand description
Represents the terminal symbol Infinity
Trait Implementations§
impl Copy for Infinity
impl Eq for Infinity
Source§impl Ord for Infinity
impl Ord for Infinity
1.21.0 (const: unstable) · 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 PartialOrd for Infinity
impl PartialOrd for Infinity
impl StructuralPartialEq for Infinity
Auto Trait Implementations§
impl Freeze for Infinity
impl RefUnwindSafe for Infinity
impl Send for Infinity
impl Sync for Infinity
impl Unpin for Infinity
impl UnsafeUnpin for Infinity
impl UnwindSafe for Infinity
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