pub enum TradeTransactionCondition2Code {
Show 13 variants
CodeSPCC,
CodeSECN,
CodeSEBN,
CodeSCBN,
CodeSCRT,
CodeSERT,
CodeSCCR,
CodeSECR,
CodeCAST,
CodeSPPR,
CodeSPCU,
CodeSPEX,
CodeGTDL,
}Variants§
CodeSPCC
CodeSECN
CodeSEBN
CodeSCBN
CodeSCRT
CodeSERT
CodeSCCR
CodeSECR
CodeCAST
CodeSPPR
CodeSPCU
CodeSPEX
CodeGTDL
Implementations§
Source§impl TradeTransactionCondition2Code
impl TradeTransactionCondition2Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TradeTransactionCondition2Code
impl RefUnwindSafe for TradeTransactionCondition2Code
impl Send for TradeTransactionCondition2Code
impl Sync for TradeTransactionCondition2Code
impl Unpin for TradeTransactionCondition2Code
impl UnwindSafe for TradeTransactionCondition2Code
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