pub struct Match<'tree> {
pub span: Span,
pub expression: MatchExpression<'tree>,
pub guards: Option<Guards<'tree>>,
}Fields§
§span: Span§expression: MatchExpression<'tree>§guards: Option<Guards<'tree>>Trait Implementations§
Auto Trait Implementations§
impl<'tree> Freeze for Match<'tree>
impl<'tree> RefUnwindSafe for Match<'tree>
impl<'tree> Send for Match<'tree>
impl<'tree> Sync for Match<'tree>
impl<'tree> Unpin for Match<'tree>
impl<'tree> UnsafeUnpin for Match<'tree>
impl<'tree> UnwindSafe for Match<'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