pub enum Infinite {
Nat,
Int,
Strings,
Sequences(Box<Value>),
}Variants§
Trait Implementations§
impl Eq for Infinite
Source§impl Ord for Infinite
impl Ord for Infinite
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 Infinite
impl PartialOrd for Infinite
impl StructuralPartialEq for Infinite
Auto Trait Implementations§
impl Freeze for Infinite
impl RefUnwindSafe for Infinite
impl Send for Infinite
impl Sync for Infinite
impl Unpin for Infinite
impl UnsafeUnpin for Infinite
impl UnwindSafe for Infinite
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