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