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