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