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 for Int32Int32KeyValuePair
impl PartialEq for Int32Int32KeyValuePair
Source§impl Serialize for Int32Int32KeyValuePair
impl Serialize for Int32Int32KeyValuePair
impl StructuralPartialEq for Int32Int32KeyValuePair
Auto Trait Implementations§
impl Freeze for Int32Int32KeyValuePair
impl RefUnwindSafe for Int32Int32KeyValuePair
impl Send for Int32Int32KeyValuePair
impl Sync for Int32Int32KeyValuePair
impl Unpin for Int32Int32KeyValuePair
impl UnwindSafe for Int32Int32KeyValuePair
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