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