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