pub struct Infinity;
Expand description
Represents the terminal symbol Infinity
Trait Implementations§
Source§impl Ord for Infinity
impl Ord for Infinity
Source§impl PartialOrd for Infinity
impl PartialOrd for Infinity
impl Copy for Infinity
impl Eq 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 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