pub struct MatchArm<'tree> {
pub span: Span,
pub pattern: MatchPattern<'tree>,
pub value: Expression<'tree>,
pub children: Vec<MatchArmChildren<'tree>>,
}Fields§
§span: Span§pattern: MatchPattern<'tree>§value: Expression<'tree>§children: Vec<MatchArmChildren<'tree>>Trait Implementations§
impl<'tree> Eq for MatchArm<'tree>
impl<'tree> StructuralPartialEq for MatchArm<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for MatchArm<'tree>
impl<'tree> RefUnwindSafe for MatchArm<'tree>
impl<'tree> Send for MatchArm<'tree>
impl<'tree> Sync for MatchArm<'tree>
impl<'tree> Unpin for MatchArm<'tree>
impl<'tree> UnsafeUnpin for MatchArm<'tree>
impl<'tree> UnwindSafe for MatchArm<'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