pub enum OffsetType {
TrailingStopCnst,
TrailingStopPrct,
}Variants§
Trait Implementations§
Source§impl Clone for OffsetType
impl Clone for OffsetType
Source§fn clone(&self) -> OffsetType
fn clone(&self) -> OffsetType
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 OffsetType
impl Debug for OffsetType
Source§impl<'de> Deserialize<'de> for OffsetType
impl<'de> Deserialize<'de> for OffsetType
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 FromStr for OffsetType
impl FromStr for OffsetType
Source§impl Serialize for OffsetType
impl Serialize for OffsetType
Source§impl TryFrom<&str> for OffsetType
impl TryFrom<&str> for OffsetType
impl Copy for OffsetType
Auto Trait Implementations§
impl Freeze for OffsetType
impl RefUnwindSafe for OffsetType
impl Send for OffsetType
impl Sync for OffsetType
impl Unpin for OffsetType
impl UnwindSafe for OffsetType
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