pub struct FuncLit {
pub typ: FuncTypeKey,
pub body: Rc<BlockStmt>,
}
Fields§
§typ: FuncTypeKey
§body: Rc<BlockStmt>
Trait Implementations§
Auto Trait Implementations§
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