pub enum TypeOfSupportedIndex {
All,
Spot,
Derivative,
}Variants§
Trait Implementations§
Source§impl Clone for TypeOfSupportedIndex
impl Clone for TypeOfSupportedIndex
Source§fn clone(&self) -> TypeOfSupportedIndex
fn clone(&self) -> TypeOfSupportedIndex
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 TypeOfSupportedIndex
impl Debug for TypeOfSupportedIndex
Source§impl Default for TypeOfSupportedIndex
impl Default for TypeOfSupportedIndex
Source§fn default() -> TypeOfSupportedIndex
fn default() -> TypeOfSupportedIndex
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TypeOfSupportedIndex
impl<'de> Deserialize<'de> for TypeOfSupportedIndex
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 TypeOfSupportedIndex
impl PartialEq for TypeOfSupportedIndex
Source§impl Serialize for TypeOfSupportedIndex
impl Serialize for TypeOfSupportedIndex
impl StructuralPartialEq for TypeOfSupportedIndex
Auto Trait Implementations§
impl Freeze for TypeOfSupportedIndex
impl RefUnwindSafe for TypeOfSupportedIndex
impl Send for TypeOfSupportedIndex
impl Sync for TypeOfSupportedIndex
impl Unpin for TypeOfSupportedIndex
impl UnwindSafe for TypeOfSupportedIndex
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