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