pub struct MatchArm {
pub pattern: Pattern,
pub expression: Box<Expression>,
pub expression_type: Type,
}
Fields§
§pattern: Pattern
§expression: Box<Expression>
§expression_type: Type
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MatchArm
impl RefUnwindSafe for MatchArm
impl !Send for MatchArm
impl !Sync for MatchArm
impl Unpin for MatchArm
impl UnwindSafe for MatchArm
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