pub struct ThirdPartyRights2 {
pub tp: String,
pub dt_tm: Option<String>,
pub hldr: Option<PartyIdentification125Choice>,
pub lgl_ntty_idr: Option<String>,
pub amt: Option<ActiveCurrencyAndAmount>,
pub desc: Option<String>,
}Fields§
§tp: String§dt_tm: Option<String>§hldr: Option<PartyIdentification125Choice>§lgl_ntty_idr: Option<String>§amt: Option<ActiveCurrencyAndAmount>§desc: Option<String>Implementations§
Source§impl ThirdPartyRights2
impl ThirdPartyRights2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ThirdPartyRights2
impl RefUnwindSafe for ThirdPartyRights2
impl Send for ThirdPartyRights2
impl Sync for ThirdPartyRights2
impl Unpin for ThirdPartyRights2
impl UnwindSafe for ThirdPartyRights2
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