pub enum TradeState {
SUCCESS,
None,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TradeState
impl RefUnwindSafe for TradeState
impl Send for TradeState
impl Sync for TradeState
impl Unpin for TradeState
impl UnwindSafe for TradeState
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