pub struct MatchArmNode {
pub arm_pattern: ArmPatternId,
pub arm_resolution_expr: ExprId,
}Fields§
§arm_pattern: ArmPatternId§arm_resolution_expr: ExprIdTrait Implementations§
Source§impl Clone for MatchArmNode
impl Clone for MatchArmNode
Source§fn clone(&self) -> MatchArmNode
fn clone(&self) -> MatchArmNode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MatchArmNode
impl RefUnwindSafe for MatchArmNode
impl Send for MatchArmNode
impl Sync for MatchArmNode
impl Unpin for MatchArmNode
impl UnsafeUnpin for MatchArmNode
impl UnwindSafe for MatchArmNode
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