pub struct FnArg {
pub name: &'static str,
pub ty: Type,
pub variadic: bool,
}Fields§
§name: &'static str§ty: Type§variadic: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FnArg
impl RefUnwindSafe for FnArg
impl Send for FnArg
impl Sync for FnArg
impl Unpin for FnArg
impl UnwindSafe for FnArg
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