Struct leetcode_api::leetcode::question::pb_list::PbListData
source · pub struct PbListData {
pub data: DataInner,
}
Fields§
§data: DataInner
Trait Implementations§
source§impl Clone for PbListData
impl Clone for PbListData
source§fn clone(&self) -> PbListData
fn clone(&self) -> PbListData
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 PbListData
impl Debug for PbListData
source§impl Default for PbListData
impl Default for PbListData
source§fn default() -> PbListData
fn default() -> PbListData
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PbListData
impl<'de> Deserialize<'de> for PbListData
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 PbListData
impl PartialEq for PbListData
source§fn eq(&self, other: &PbListData) -> bool
fn eq(&self, other: &PbListData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for PbListData
impl Serialize for PbListData
impl StructuralPartialEq for PbListData
Auto Trait Implementations§
impl Freeze for PbListData
impl RefUnwindSafe for PbListData
impl Send for PbListData
impl Sync for PbListData
impl Unpin for PbListData
impl UnwindSafe for PbListData
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> 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>
source§impl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere
T: Default,
type NoneType = T
source§fn null_value() -> T
fn null_value() -> T
The none-equivalent value.