pub enum LcnfLit {
Nat(u64),
Str(String),
}Expand description
Literal values in LCNF.
Variants§
Trait Implementations§
impl Eq for LcnfLit
impl StructuralPartialEq for LcnfLit
Auto Trait Implementations§
impl Freeze for LcnfLit
impl RefUnwindSafe for LcnfLit
impl Send for LcnfLit
impl Sync for LcnfLit
impl Unpin for LcnfLit
impl UnsafeUnpin for LcnfLit
impl UnwindSafe for LcnfLit
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