pub struct MandateAmendmentReason3 {
pub orgtr: Option<PartyIdentification272>,
pub rsn: MandateReason1Choice,
pub addtl_inf: Option<Vec<String>>,
}Fields§
§orgtr: Option<PartyIdentification272>§rsn: MandateReason1Choice§addtl_inf: Option<Vec<String>>Implementations§
Source§impl MandateAmendmentReason3
impl MandateAmendmentReason3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for MandateAmendmentReason3
impl RefUnwindSafe for MandateAmendmentReason3
impl Send for MandateAmendmentReason3
impl Sync for MandateAmendmentReason3
impl Unpin for MandateAmendmentReason3
impl UnwindSafe for MandateAmendmentReason3
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