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