pub struct Status25Choice {
pub sts: Option<AccountManagementStatus1Code>,
pub rjctd: Option<Vec<RejectionReason31>>,
}Fields§
§sts: Option<AccountManagementStatus1Code>§rjctd: Option<Vec<RejectionReason31>>Implementations§
Source§impl Status25Choice
impl Status25Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for Status25Choice
impl RefUnwindSafe for Status25Choice
impl Send for Status25Choice
impl Sync for Status25Choice
impl Unpin for Status25Choice
impl UnwindSafe for Status25Choice
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