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