pub struct AddMarket {
pub symbol: Arc<str>,
pub meta: ActionMeta,
}Expand description
Add new market tx
Fields§
§symbol: Arc<str>§meta: ActionMetaTrait Implementations§
Source§impl<'de> Deserialize<'de> for AddMarket
impl<'de> Deserialize<'de> for AddMarket
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AddMarket
impl RefUnwindSafe for AddMarket
impl Send for AddMarket
impl Sync for AddMarket
impl Unpin for AddMarket
impl UnsafeUnpin for AddMarket
impl UnwindSafe for AddMarket
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