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