pub enum TradeConfirmationType1Code {
CodeECNF,
CodeYCNF,
}Variants§
Implementations§
Source§impl TradeConfirmationType1Code
impl TradeConfirmationType1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TradeConfirmationType1Code
impl RefUnwindSafe for TradeConfirmationType1Code
impl Send for TradeConfirmationType1Code
impl Sync for TradeConfirmationType1Code
impl Unpin for TradeConfirmationType1Code
impl UnwindSafe for TradeConfirmationType1Code
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