pub enum GetPredictionV1EventsSortDirection {
Asc,
Desc,
}Expand description
Allowed values for the sortDirection query parameter.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GetPredictionV1EventsSortDirection
impl Clone for GetPredictionV1EventsSortDirection
Source§fn clone(&self) -> GetPredictionV1EventsSortDirection
fn clone(&self) -> GetPredictionV1EventsSortDirection
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 GetPredictionV1EventsSortDirection
Source§impl<'de> Deserialize<'de> for GetPredictionV1EventsSortDirection
impl<'de> Deserialize<'de> for GetPredictionV1EventsSortDirection
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 GetPredictionV1EventsSortDirection
impl StructuralPartialEq for GetPredictionV1EventsSortDirection
Auto Trait Implementations§
impl Freeze for GetPredictionV1EventsSortDirection
impl RefUnwindSafe for GetPredictionV1EventsSortDirection
impl Send for GetPredictionV1EventsSortDirection
impl Sync for GetPredictionV1EventsSortDirection
impl Unpin for GetPredictionV1EventsSortDirection
impl UnsafeUnpin for GetPredictionV1EventsSortDirection
impl UnwindSafe for GetPredictionV1EventsSortDirection
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