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