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