pub struct FnArg {
pub attrs: Vec<Sp<ArgAttr>>,
pub name: Option<Sp<String>>,
pub ty: Sp<Ctype>,
pub arr: bool,
}Fields§
§attrs: Vec<Sp<ArgAttr>>§name: Option<Sp<String>>§ty: Sp<Ctype>§arr: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
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