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