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