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