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