pub struct ChallengeId(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for ChallengeId
impl AsRef<str> for ChallengeId
Source§impl Borrow<str> for ChallengeId
impl Borrow<str> for ChallengeId
Source§impl Clone for ChallengeId
impl Clone for ChallengeId
Source§fn clone(&self) -> ChallengeId
fn clone(&self) -> ChallengeId
Returns a duplicate of the value. Read more
1.0.0 · 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 ChallengeId
impl Debug for ChallengeId
Source§impl<'de> Deserialize<'de> for ChallengeId
impl<'de> Deserialize<'de> for ChallengeId
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
Source§impl Display for ChallengeId
impl Display for ChallengeId
Source§impl From<&ChallengeId> for String
impl From<&ChallengeId> for String
Source§fn from(id: &ChallengeId) -> Self
fn from(id: &ChallengeId) -> Self
Converts to this type from the input type.
Source§impl From<&str> for ChallengeId
impl From<&str> for ChallengeId
Source§impl From<ChallengeId> for String
impl From<ChallengeId> for String
Source§fn from(id: ChallengeId) -> Self
fn from(id: ChallengeId) -> Self
Converts to this type from the input type.
Source§impl From<String> for ChallengeId
impl From<String> for ChallengeId
Source§impl Hash for ChallengeId
impl Hash for ChallengeId
Source§impl Ord for ChallengeId
impl Ord for ChallengeId
Source§fn cmp(&self, other: &ChallengeId) -> Ordering
fn cmp(&self, other: &ChallengeId) -> Ordering
1.21.0 · 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<&str> for ChallengeId
impl PartialEq<&str> for ChallengeId
Source§impl PartialEq<ChallengeId> for &str
impl PartialEq<ChallengeId> for &str
Source§impl PartialEq<ChallengeId> for str
impl PartialEq<ChallengeId> for str
Source§impl PartialEq<str> for ChallengeId
impl PartialEq<str> for ChallengeId
Source§impl PartialEq for ChallengeId
impl PartialEq for ChallengeId
Source§impl PartialOrd for ChallengeId
impl PartialOrd for ChallengeId
Source§impl Serialize for ChallengeId
impl Serialize for ChallengeId
Source§impl ToDbValue for &ChallengeId
impl ToDbValue for &ChallengeId
fn to_db_value(&self) -> DbValue
fn null_db_value() -> DbValuewhere
Self: Sized,
Source§impl ToDbValue for ChallengeId
impl ToDbValue for ChallengeId
fn to_db_value(&self) -> DbValue
fn null_db_value() -> DbValuewhere
Self: Sized,
impl Eq for ChallengeId
impl StructuralPartialEq for ChallengeId
Auto Trait Implementations§
impl Freeze for ChallengeId
impl RefUnwindSafe for ChallengeId
impl Send for ChallengeId
impl Sync for ChallengeId
impl Unpin for ChallengeId
impl UnsafeUnpin for ChallengeId
impl UnwindSafe for ChallengeId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.