pub struct FuncStat {
pub func_type: FuncType,
pub func_name: FuncName,
pub body: FuncBody,
}
Fields§
§func_type: FuncType
§func_name: FuncName
§body: FuncBody
Trait Implementations§
impl StructuralPartialEq for FuncStat
Auto Trait Implementations§
impl Freeze for FuncStat
impl RefUnwindSafe for FuncStat
impl Send for FuncStat
impl Sync for FuncStat
impl Unpin for FuncStat
impl UnwindSafe for FuncStat
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