pub struct CompetitorId { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for CompetitorId
impl Clone for CompetitorId
Source§fn clone(&self) -> CompetitorId
fn clone(&self) -> CompetitorId
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 moreSource§impl Debug for CompetitorId
impl Debug for CompetitorId
Source§impl Hash for CompetitorId
impl Hash for CompetitorId
Source§impl Ord for CompetitorId
impl Ord for CompetitorId
Source§fn cmp(&self, other: &CompetitorId) -> Ordering
fn cmp(&self, other: &CompetitorId) -> 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 CompetitorId
impl PartialEq for CompetitorId
Source§fn eq(&self, other: &CompetitorId) -> bool
fn eq(&self, other: &CompetitorId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CompetitorId
impl PartialOrd for CompetitorId
impl Copy for CompetitorId
impl Eq for CompetitorId
impl StructuralPartialEq for CompetitorId
Auto Trait Implementations§
impl Freeze for CompetitorId
impl RefUnwindSafe for CompetitorId
impl Send for CompetitorId
impl Sync for CompetitorId
impl Unpin for CompetitorId
impl UnsafeUnpin for CompetitorId
impl UnwindSafe for CompetitorId
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