pub struct FuncDisplay {
pub mark: Mark,
pub generator: bool,
pub test: bool,
pub short_name: RcStr,
pub argspec: ArgSpec,
pub body: Stmt,
pub vars: Vec<Var>,
pub as_var: Option<Var>,
}Fields§
§mark: Mark§generator: bool§test: bool§short_name: RcStr§argspec: ArgSpec§body: Stmt§vars: Vec<Var>§as_var: Option<Var>Implementations§
Auto Trait Implementations§
impl Freeze for FuncDisplay
impl !RefUnwindSafe for FuncDisplay
impl !Send for FuncDisplay
impl !Sync for FuncDisplay
impl Unpin for FuncDisplay
impl !UnwindSafe for FuncDisplay
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