pub enum LangValue {
Ident(Ident),
String(String),
}Variants§
Trait Implementations§
Source§impl Ord for LangValue
impl Ord for LangValue
Source§impl PartialOrd for LangValue
impl PartialOrd for LangValue
Source§impl ToCursors for LangValue
impl ToCursors for LangValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for LangValue
impl Eq for LangValue
impl StructuralPartialEq for LangValue
Auto Trait Implementations§
impl Freeze for LangValue
impl RefUnwindSafe for LangValue
impl Send for LangValue
impl Sync for LangValue
impl Unpin for LangValue
impl UnwindSafe for LangValue
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