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