pub struct Int32Int32KeyValuePair {
pub key: Option<i32>,
pub value: Option<i32>,
}
Fields§
§key: Option<i32>
§value: Option<i32>
Implementations§
source§impl Int32Int32KeyValuePair
impl Int32Int32KeyValuePair
pub fn new() -> Int32Int32KeyValuePair
Trait Implementations§
source§impl Clone for Int32Int32KeyValuePair
impl Clone for Int32Int32KeyValuePair
source§fn clone(&self) -> Int32Int32KeyValuePair
fn clone(&self) -> Int32Int32KeyValuePair
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 Int32Int32KeyValuePair
impl Debug for Int32Int32KeyValuePair
source§impl Default for Int32Int32KeyValuePair
impl Default for Int32Int32KeyValuePair
source§fn default() -> Int32Int32KeyValuePair
fn default() -> Int32Int32KeyValuePair
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for Int32Int32KeyValuePair
impl<'de> Deserialize<'de> for Int32Int32KeyValuePair
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<Int32Int32KeyValuePair> for Int32Int32KeyValuePair
impl PartialEq<Int32Int32KeyValuePair> for Int32Int32KeyValuePair
source§fn eq(&self, other: &Int32Int32KeyValuePair) -> bool
fn eq(&self, other: &Int32Int32KeyValuePair) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.