pub struct StructuredRegulatoryReporting3 {
pub tp: Option<String>,
pub dt: Option<String>,
pub ctry: Option<String>,
pub cd: Option<String>,
pub amt: Option<ActiveOrHistoricCurrencyAndAmount>,
pub inf: Option<Vec<String>>,
}Fields§
§tp: Option<String>§dt: Option<String>§ctry: Option<String>§cd: Option<String>§amt: Option<ActiveOrHistoricCurrencyAndAmount>§inf: Option<Vec<String>>Implementations§
Source§impl StructuredRegulatoryReporting3
impl StructuredRegulatoryReporting3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for StructuredRegulatoryReporting3
impl RefUnwindSafe for StructuredRegulatoryReporting3
impl Send for StructuredRegulatoryReporting3
impl Sync for StructuredRegulatoryReporting3
impl Unpin for StructuredRegulatoryReporting3
impl UnwindSafe for StructuredRegulatoryReporting3
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