pub enum WorkingType {
MarkPrice,
ContractPrice,
}
Variants§
Trait Implementations§
Source§impl Clone for WorkingType
impl Clone for WorkingType
Source§fn clone(&self) -> WorkingType
fn clone(&self) -> WorkingType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WorkingType
impl Debug for WorkingType
Source§impl<'de> Deserialize<'de> for WorkingType
impl<'de> Deserialize<'de> for WorkingType
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 Serialize for WorkingType
impl Serialize for WorkingType
impl Copy for WorkingType
Auto Trait Implementations§
impl Freeze for WorkingType
impl RefUnwindSafe for WorkingType
impl Send for WorkingType
impl Sync for WorkingType
impl Unpin for WorkingType
impl UnwindSafe for WorkingType
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