Expand description
An encoded Kind, argument, and optional contained value.
Fields
kind: KindThe type of atom.
arg: u64The argument contained in the atom header.
nucleus: Option<Nucleus<'de>>The contained value, if any.
Trait Implementations
Auto Trait Implementations
impl<'de> RefUnwindSafe for Atom<'de>
impl<'de> Send for Atom<'de>
impl<'de> Sync for Atom<'de>
impl<'de> Unpin for Atom<'de>
impl<'de> UnwindSafe for Atom<'de>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more