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