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