pub struct ResolvedMatch {
pub arms: Vec<ResolvedMatchArm>,
pub expression: Box<ResolvedExpression>,
}
Fields§
§arms: Vec<ResolvedMatchArm>
§expression: Box<ResolvedExpression>
Trait Implementations§
Source§impl Debug for ResolvedMatch
impl Debug for ResolvedMatch
Auto Trait Implementations§
impl Freeze for ResolvedMatch
impl !RefUnwindSafe for ResolvedMatch
impl !Send for ResolvedMatch
impl !Sync for ResolvedMatch
impl Unpin for ResolvedMatch
impl !UnwindSafe for ResolvedMatch
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