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