Struct anchor_syn::StateIx
source · [−]pub struct StateIx {
pub raw_method: ImplItemMethod,
pub ident: Ident,
pub args: Vec<IxArg>,
pub anchor_ident: Ident,
pub has_receiver: bool,
}
Fields
raw_method: ImplItemMethod
ident: Ident
args: Vec<IxArg>
anchor_ident: Ident
has_receiver: bool
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StateIx
impl !Send for StateIx
impl !Sync for StateIx
impl Unpin for StateIx
impl UnwindSafe for StateIx
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more