pub struct AccountStatusUpdateInstructionReason2Choice {
pub cd: Option<AccountStatusUpdateRequestReason1Code>,
pub prtry: Option<GenericIdentification36>,
}Fields§
§cd: Option<AccountStatusUpdateRequestReason1Code>§prtry: Option<GenericIdentification36>Implementations§
Source§impl AccountStatusUpdateInstructionReason2Choice
impl AccountStatusUpdateInstructionReason2Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AccountStatusUpdateInstructionReason2Choice
impl RefUnwindSafe for AccountStatusUpdateInstructionReason2Choice
impl Send for AccountStatusUpdateInstructionReason2Choice
impl Sync for AccountStatusUpdateInstructionReason2Choice
impl Unpin for AccountStatusUpdateInstructionReason2Choice
impl UnwindSafe for AccountStatusUpdateInstructionReason2Choice
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