pub struct Fields<'tree> {
pub span: Span,
pub field: Vec<Field<'tree>>,
}Fields§
§span: Span§field: Vec<Field<'tree>>Trait Implementations§
impl<'tree> Eq for Fields<'tree>
impl<'tree> StructuralPartialEq for Fields<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for Fields<'tree>
impl<'tree> RefUnwindSafe for Fields<'tree>
impl<'tree> Send for Fields<'tree>
impl<'tree> Sync for Fields<'tree>
impl<'tree> Unpin for Fields<'tree>
impl<'tree> UnsafeUnpin for Fields<'tree>
impl<'tree> UnwindSafe for Fields<'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