pub struct MatchExpr {
pub subject: Box<Expr>,
pub arms: Box<[MatchArm]>,
pub brace_start: u32,
}Fields§
§subject: Box<Expr>§arms: Box<[MatchArm]>§brace_start: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for MatchExpr
impl RefUnwindSafe for MatchExpr
impl Send for MatchExpr
impl Sync for MatchExpr
impl Unpin for MatchExpr
impl UnsafeUnpin for MatchExpr
impl UnwindSafe for MatchExpr
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