pub enum TakeProfitType {
Base,
Total,
}Variants§
Trait Implementations§
Source§impl Clone for TakeProfitType
impl Clone for TakeProfitType
Source§fn clone(&self) -> TakeProfitType
fn clone(&self) -> TakeProfitType
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 TakeProfitType
impl Debug for TakeProfitType
Source§impl<'de> Deserialize<'de> for TakeProfitType
impl<'de> Deserialize<'de> for TakeProfitType
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
Source§impl PartialEq for TakeProfitType
impl PartialEq for TakeProfitType
Source§impl Serialize for TakeProfitType
impl Serialize for TakeProfitType
impl Copy for TakeProfitType
impl Eq for TakeProfitType
impl StructuralPartialEq for TakeProfitType
Auto Trait Implementations§
impl Freeze for TakeProfitType
impl RefUnwindSafe for TakeProfitType
impl Send for TakeProfitType
impl Sync for TakeProfitType
impl Unpin for TakeProfitType
impl UnwindSafe for TakeProfitType
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