pub struct PositionSetMetrics11 {
pub vol_mtrcs: Option<VolumeMetrics4>,
pub csh_rinvstmt_rate: Option<f64>,
}Fields§
§vol_mtrcs: Option<VolumeMetrics4>§csh_rinvstmt_rate: Option<f64>Implementations§
Source§impl PositionSetMetrics11
impl PositionSetMetrics11
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PositionSetMetrics11
impl RefUnwindSafe for PositionSetMetrics11
impl Send for PositionSetMetrics11
impl Sync for PositionSetMetrics11
impl Unpin for PositionSetMetrics11
impl UnwindSafe for PositionSetMetrics11
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