pub struct FunClause {
pub pats: Vec<Pat>,
pub body: Expr,
pub span: Span,
}Fields§
§pats: Vec<Pat>§body: Expr§span: SpanTrait Implementations§
impl StructuralPartialEq for FunClause
Auto Trait Implementations§
impl Freeze for FunClause
impl RefUnwindSafe for FunClause
impl Send for FunClause
impl Sync for FunClause
impl Unpin for FunClause
impl UnsafeUnpin for FunClause
impl UnwindSafe for FunClause
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