pub struct TriggerStopDetails {
pub trigger_price: Option<Price>,
pub trigger_price_source: String,
pub trigger_direction: String,
}Fields§
§trigger_price: Option<Price>§trigger_price_source: String§trigger_direction: StringTrait Implementations§
Source§impl Clone for TriggerStopDetails
impl Clone for TriggerStopDetails
Source§fn clone(&self) -> TriggerStopDetails
fn clone(&self) -> TriggerStopDetails
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TriggerStopDetails
impl Debug for TriggerStopDetails
impl Eq for TriggerStopDetails
Source§impl PartialEq for TriggerStopDetails
impl PartialEq for TriggerStopDetails
impl StructuralPartialEq for TriggerStopDetails
Auto Trait Implementations§
impl Freeze for TriggerStopDetails
impl RefUnwindSafe for TriggerStopDetails
impl Send for TriggerStopDetails
impl Sync for TriggerStopDetails
impl Unpin for TriggerStopDetails
impl UnsafeUnpin for TriggerStopDetails
impl UnwindSafe for TriggerStopDetails
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.