pub enum FieldName<'tree> {
Expression(Box<Expression<'tree>>),
Global(Span),
Identifier(Box<Identifier<'tree>>),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'tree> Freeze for FieldName<'tree>
impl<'tree> RefUnwindSafe for FieldName<'tree>
impl<'tree> Send for FieldName<'tree>
impl<'tree> Sync for FieldName<'tree>
impl<'tree> Unpin for FieldName<'tree>
impl<'tree> UnsafeUnpin for FieldName<'tree>
impl<'tree> UnwindSafe for FieldName<'tree>
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