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