pub struct FieldName<'tree> {
pub span: Span,
pub children: Variable<'tree>,
}Fields§
§span: Span§children: Variable<'tree>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