pub struct FuncParam {
pub name: Ident,
pub span: Span,
}Expand description
A function parameter (untyped - types are inferred).
Fields§
§name: Ident§span: SpanTrait Implementations§
Auto Trait Implementations§
impl Freeze for FuncParam
impl RefUnwindSafe for FuncParam
impl Send for FuncParam
impl Sync for FuncParam
impl Unpin for FuncParam
impl UnwindSafe for FuncParam
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