pub enum GetPredictionV1EventsFilter {
New,
Live,
Trending,
Upcoming,
}Expand description
Allowed values for the filter query parameter.
Variants§
Implementations§
Trait Implementations§
Source§impl AsRef<str> for GetPredictionV1EventsFilter
impl AsRef<str> for GetPredictionV1EventsFilter
Source§impl Clone for GetPredictionV1EventsFilter
impl Clone for GetPredictionV1EventsFilter
Source§fn clone(&self) -> GetPredictionV1EventsFilter
fn clone(&self) -> GetPredictionV1EventsFilter
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 moreimpl Copy for GetPredictionV1EventsFilter
Source§impl Debug for GetPredictionV1EventsFilter
impl Debug for GetPredictionV1EventsFilter
Source§impl<'de> Deserialize<'de> for GetPredictionV1EventsFilter
impl<'de> Deserialize<'de> for GetPredictionV1EventsFilter
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 GetPredictionV1EventsFilter
impl StructuralPartialEq for GetPredictionV1EventsFilter
Auto Trait Implementations§
impl Freeze for GetPredictionV1EventsFilter
impl RefUnwindSafe for GetPredictionV1EventsFilter
impl Send for GetPredictionV1EventsFilter
impl Sync for GetPredictionV1EventsFilter
impl Unpin for GetPredictionV1EventsFilter
impl UnsafeUnpin for GetPredictionV1EventsFilter
impl UnwindSafe for GetPredictionV1EventsFilter
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