pub struct MandateTypeInformation2 {
pub svc_lvl: Option<ServiceLevel8Choice>,
pub lcl_instrm: Option<LocalInstrument2Choice>,
pub ctgy_purp: Option<CategoryPurpose1Choice>,
pub clssfctn: Option<MandateClassification1Choice>,
}Fields§
§svc_lvl: Option<ServiceLevel8Choice>§lcl_instrm: Option<LocalInstrument2Choice>§ctgy_purp: Option<CategoryPurpose1Choice>§clssfctn: Option<MandateClassification1Choice>Implementations§
Source§impl MandateTypeInformation2
impl MandateTypeInformation2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for MandateTypeInformation2
impl RefUnwindSafe for MandateTypeInformation2
impl Send for MandateTypeInformation2
impl Sync for MandateTypeInformation2
impl Unpin for MandateTypeInformation2
impl UnwindSafe for MandateTypeInformation2
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