pub struct FuncLit {
pub typ: FuncTypeKey,
pub body: Rc<BlockStmt>,
}
Fields§
§typ: FuncTypeKey
§body: Rc<BlockStmt>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FuncLit
impl RefUnwindSafe for FuncLit
impl !Send for FuncLit
impl !Sync for FuncLit
impl Unpin for FuncLit
impl UnwindSafe for FuncLit
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