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