Struct leetcode_api::leetcode::resps::checkin::TotalPoints
source · pub struct TotalPoints { /* private fields */ }
Trait Implementations§
source§impl Clone for TotalPoints
impl Clone for TotalPoints
source§fn clone(&self) -> TotalPoints
fn clone(&self) -> TotalPoints
Returns a copy 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 TotalPoints
impl Debug for TotalPoints
source§impl Default for TotalPoints
impl Default for TotalPoints
source§fn default() -> TotalPoints
fn default() -> TotalPoints
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TotalPoints
impl<'de> Deserialize<'de> for TotalPoints
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 PartialEq for TotalPoints
impl PartialEq for TotalPoints
source§fn eq(&self, other: &TotalPoints) -> bool
fn eq(&self, other: &TotalPoints) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for TotalPoints
impl Serialize for TotalPoints
impl Copy for TotalPoints
impl Eq for TotalPoints
impl StructuralPartialEq for TotalPoints
Auto Trait Implementations§
impl RefUnwindSafe for TotalPoints
impl Send for TotalPoints
impl Sync for TotalPoints
impl Unpin for TotalPoints
impl UnwindSafe for TotalPoints
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere
T: Default,
type NoneType = T
§fn null_value() -> T
fn null_value() -> T
The none-equivalent value.