pub enum SegmentLeaderboardType {
Show 16 variants
Overall,
PersonalBest,
Connections,
Group,
Challenger,
Kom,
Qom,
Pr,
Goal,
Carrot,
ClubLeader,
Rival,
Last,
RecentBest,
CourseRecord,
UnknownVariant(u8),
}Variants§
Overall
PersonalBest
Connections
Group
Challenger
Kom
Qom
Pr
Goal
Carrot
ClubLeader
Rival
Last
RecentBest
CourseRecord
UnknownVariant(u8)
Implementations§
Trait Implementations§
Source§impl Clone for SegmentLeaderboardType
impl Clone for SegmentLeaderboardType
Source§fn clone(&self) -> SegmentLeaderboardType
fn clone(&self) -> SegmentLeaderboardType
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 SegmentLeaderboardType
Source§impl Debug for SegmentLeaderboardType
impl Debug for SegmentLeaderboardType
Source§impl Display for SegmentLeaderboardType
impl Display for SegmentLeaderboardType
impl Eq for SegmentLeaderboardType
Source§impl From<&str> for SegmentLeaderboardType
impl From<&str> for SegmentLeaderboardType
Source§impl From<i64> for SegmentLeaderboardType
impl From<i64> for SegmentLeaderboardType
Source§impl From<u8> for SegmentLeaderboardType
impl From<u8> for SegmentLeaderboardType
Source§impl Hash for SegmentLeaderboardType
impl Hash for SegmentLeaderboardType
Source§impl Ord for SegmentLeaderboardType
impl Ord for SegmentLeaderboardType
Source§fn cmp(&self, other: &SegmentLeaderboardType) -> Ordering
fn cmp(&self, other: &SegmentLeaderboardType) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SegmentLeaderboardType
impl PartialEq for SegmentLeaderboardType
Source§impl PartialOrd for SegmentLeaderboardType
impl PartialOrd for SegmentLeaderboardType
Source§impl Serialize for SegmentLeaderboardType
impl Serialize for SegmentLeaderboardType
impl StructuralPartialEq for SegmentLeaderboardType
Auto Trait Implementations§
impl Freeze for SegmentLeaderboardType
impl RefUnwindSafe for SegmentLeaderboardType
impl Send for SegmentLeaderboardType
impl Sync for SegmentLeaderboardType
impl Unpin for SegmentLeaderboardType
impl UnsafeUnpin for SegmentLeaderboardType
impl UnwindSafe for SegmentLeaderboardType
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