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