pub struct FutharkMatchExpr {
pub scrutinee: String,
pub arms: Vec<FutharkMatchArm>,
}Fields§
§scrutinee: String§arms: Vec<FutharkMatchArm>Trait Implementations§
Source§impl Clone for FutharkMatchExpr
impl Clone for FutharkMatchExpr
Source§fn clone(&self) -> FutharkMatchExpr
fn clone(&self) -> FutharkMatchExpr
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 moreSource§impl Debug for FutharkMatchExpr
impl Debug for FutharkMatchExpr
Auto Trait Implementations§
impl Freeze for FutharkMatchExpr
impl RefUnwindSafe for FutharkMatchExpr
impl Send for FutharkMatchExpr
impl Sync for FutharkMatchExpr
impl Unpin for FutharkMatchExpr
impl UnsafeUnpin for FutharkMatchExpr
impl UnwindSafe for FutharkMatchExpr
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