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