pub struct FuncExpr {
pub ret_type: Option<Ident>,
pub args: Vec<OptionallyTypedIdent>,
pub block: BlockStmt,
}Fields§
§ret_type: Option<Ident>§args: Vec<OptionallyTypedIdent>§block: BlockStmtTrait Implementations§
impl StructuralPartialEq for FuncExpr
Auto Trait Implementations§
impl Freeze for FuncExpr
impl RefUnwindSafe for FuncExpr
impl Send for FuncExpr
impl Sync for FuncExpr
impl Unpin for FuncExpr
impl UnwindSafe for FuncExpr
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