pub(crate) struct TradeCheckStep {
pub(crate) name: &'static str,
pub(crate) symbol: String,
pub(crate) read_only: bool,
pub(crate) action: String,
}Fields§
§name: &'static str§symbol: String§read_only: bool§action: StringTrait Implementations§
Source§impl Clone for TradeCheckStep
impl Clone for TradeCheckStep
Source§fn clone(&self) -> TradeCheckStep
fn clone(&self) -> TradeCheckStep
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TradeCheckStep
impl Debug for TradeCheckStep
Source§impl Serialize for TradeCheckStep
impl Serialize for TradeCheckStep
Source§impl Tabled for TradeCheckStep
impl Tabled for TradeCheckStep
Auto Trait Implementations§
impl Freeze for TradeCheckStep
impl RefUnwindSafe for TradeCheckStep
impl Send for TradeCheckStep
impl Sync for TradeCheckStep
impl Unpin for TradeCheckStep
impl UnsafeUnpin for TradeCheckStep
impl UnwindSafe for TradeCheckStep
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