pub struct AccountStatusUpdateInstruction1 {
pub upd_instr: AccountStatusUpdateInstruction1Choice,
pub upd_instr_rsn: Option<AccountStatusUpdateInstructionReason1Choice>,
}Fields§
§upd_instr: AccountStatusUpdateInstruction1Choice§upd_instr_rsn: Option<AccountStatusUpdateInstructionReason1Choice>Implementations§
Source§impl AccountStatusUpdateInstruction1
impl AccountStatusUpdateInstruction1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AccountStatusUpdateInstruction1
impl RefUnwindSafe for AccountStatusUpdateInstruction1
impl Send for AccountStatusUpdateInstruction1
impl Sync for AccountStatusUpdateInstruction1
impl Unpin for AccountStatusUpdateInstruction1
impl UnwindSafe for AccountStatusUpdateInstruction1
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