Struct anchor_syn::IxArg
source · pub struct IxArg {
pub name: Ident,
pub docs: Option<Vec<String>>,
pub raw_arg: PatType,
}
Fields§
§name: Ident
§docs: Option<Vec<String>>
§raw_arg: PatType
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IxArg
impl RefUnwindSafe for IxArg
impl !Send for IxArg
impl !Sync for IxArg
impl Unpin for IxArg
impl UnwindSafe for IxArg
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