pub struct VolumeCapReport1 {
pub rptg_prd: Option<Period4Choice>,
pub tradg_vn: Option<String>,
pub instrm_rpt: Vec<VolumeCapReport2>,
}Fields§
§rptg_prd: Option<Period4Choice>§tradg_vn: Option<String>§instrm_rpt: Vec<VolumeCapReport2>Implementations§
Source§impl VolumeCapReport1
impl VolumeCapReport1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for VolumeCapReport1
impl RefUnwindSafe for VolumeCapReport1
impl Send for VolumeCapReport1
impl Sync for VolumeCapReport1
impl Unpin for VolumeCapReport1
impl UnwindSafe for VolumeCapReport1
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