pub struct SeqBlock {
pub nodes: (Keyword, Option<(Symbol, BlockIdentifier)>, Vec<BlockItemDeclaration>, Vec<StatementOrNull>, Keyword, Option<(Symbol, BlockIdentifier)>),
}
Fields§
§nodes: (Keyword, Option<(Symbol, BlockIdentifier)>, Vec<BlockItemDeclaration>, Vec<StatementOrNull>, Keyword, Option<(Symbol, BlockIdentifier)>)
Trait Implementations§
Source§impl<'a> IntoIterator for &'a SeqBlock
impl<'a> IntoIterator for &'a SeqBlock
impl StructuralPartialEq for SeqBlock
Auto Trait Implementations§
impl Freeze for SeqBlock
impl RefUnwindSafe for SeqBlock
impl Send for SeqBlock
impl Sync for SeqBlock
impl Unpin for SeqBlock
impl UnwindSafe for SeqBlock
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