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