pub enum AtomClass {
Boolean,
Double,
SignedInteger,
String,
ByteString,
Symbol,
}Expand description
The kinds of Atom from the specification.
Variants§
Trait Implementations§
impl Eq for AtomClass
Source§impl Ord for AtomClass
impl Ord for AtomClass
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 AtomClass
impl PartialOrd for AtomClass
impl StructuralPartialEq for AtomClass
Auto Trait Implementations§
impl Freeze for AtomClass
impl RefUnwindSafe for AtomClass
impl Send for AtomClass
impl Sync for AtomClass
impl Unpin for AtomClass
impl UnsafeUnpin for AtomClass
impl UnwindSafe for AtomClass
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