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