Struct leetcode_api::leetcode::resps::run_res::SubmitInfo
source · pub struct SubmitInfo {
pub submission_id: u32,
}
Fields§
§submission_id: u32
Trait Implementations§
source§impl Clone for SubmitInfo
impl Clone for SubmitInfo
source§fn clone(&self) -> SubmitInfo
fn clone(&self) -> SubmitInfo
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 SubmitInfo
impl Debug for SubmitInfo
source§impl Default for SubmitInfo
impl Default for SubmitInfo
source§fn default() -> SubmitInfo
fn default() -> SubmitInfo
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SubmitInfo
impl<'de> Deserialize<'de> for SubmitInfo
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 SubmitInfo
impl PartialEq for SubmitInfo
source§fn eq(&self, other: &SubmitInfo) -> bool
fn eq(&self, other: &SubmitInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SubmitInfo
impl Serialize for SubmitInfo
impl Copy for SubmitInfo
impl Eq for SubmitInfo
impl StructuralPartialEq for SubmitInfo
Auto Trait Implementations§
impl RefUnwindSafe for SubmitInfo
impl Send for SubmitInfo
impl Sync for SubmitInfo
impl Unpin for SubmitInfo
impl UnwindSafe for SubmitInfo
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.