pub struct Group<'a> {
pub tag: Spanned<Tag<'a>>,
pub stream: Ast<'a>,
pub end_span: Span,
}
Fields§
§tag: Spanned<Tag<'a>>
§stream: Ast<'a>
§end_span: Span
Trait Implementations§
Source§impl<'a> IntoIterator for Group<'a>
impl<'a> IntoIterator for Group<'a>
impl<'a> StructuralPartialEq for Group<'a>
Auto Trait Implementations§
impl<'a> Freeze for Group<'a>
impl<'a> RefUnwindSafe for Group<'a>
impl<'a> Send for Group<'a>
impl<'a> Sync for Group<'a>
impl<'a> Unpin for Group<'a>
impl<'a> UnwindSafe for Group<'a>
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