pub enum PostTriggerV2OrdersDcaRequestOrderType {
TimeBased,
PriceConditional,
}Expand description
time_based runs every interval; price_conditional only fills while the trigger mint price is within the band.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PostTriggerV2OrdersDcaRequestOrderType
impl Clone for PostTriggerV2OrdersDcaRequestOrderType
Source§fn clone(&self) -> PostTriggerV2OrdersDcaRequestOrderType
fn clone(&self) -> PostTriggerV2OrdersDcaRequestOrderType
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 Default for PostTriggerV2OrdersDcaRequestOrderType
impl Default for PostTriggerV2OrdersDcaRequestOrderType
Source§fn default() -> PostTriggerV2OrdersDcaRequestOrderType
fn default() -> PostTriggerV2OrdersDcaRequestOrderType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PostTriggerV2OrdersDcaRequestOrderType
impl<'de> Deserialize<'de> for PostTriggerV2OrdersDcaRequestOrderType
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
impl Eq for PostTriggerV2OrdersDcaRequestOrderType
impl StructuralPartialEq for PostTriggerV2OrdersDcaRequestOrderType
Auto Trait Implementations§
impl Freeze for PostTriggerV2OrdersDcaRequestOrderType
impl RefUnwindSafe for PostTriggerV2OrdersDcaRequestOrderType
impl Send for PostTriggerV2OrdersDcaRequestOrderType
impl Sync for PostTriggerV2OrdersDcaRequestOrderType
impl Unpin for PostTriggerV2OrdersDcaRequestOrderType
impl UnsafeUnpin for PostTriggerV2OrdersDcaRequestOrderType
impl UnwindSafe for PostTriggerV2OrdersDcaRequestOrderType
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