Struct azure_devops_rust_api::test::models::NameValuePair
source · pub struct NameValuePair {
pub name: Option<String>,
pub value: Option<String>,
}
Expand description
Name value pair
Fields§
§name: Option<String>
Name
value: Option<String>
Value
Implementations§
source§impl NameValuePair
impl NameValuePair
Trait Implementations§
source§impl Clone for NameValuePair
impl Clone for NameValuePair
source§fn clone(&self) -> NameValuePair
fn clone(&self) -> NameValuePair
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 NameValuePair
impl Debug for NameValuePair
source§impl Default for NameValuePair
impl Default for NameValuePair
source§fn default() -> NameValuePair
fn default() -> NameValuePair
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for NameValuePair
impl<'de> Deserialize<'de> for NameValuePair
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 NameValuePair
impl PartialEq for NameValuePair
source§fn eq(&self, other: &NameValuePair) -> bool
fn eq(&self, other: &NameValuePair) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for NameValuePair
impl Serialize for NameValuePair
impl StructuralPartialEq for NameValuePair
Auto Trait Implementations§
impl RefUnwindSafe for NameValuePair
impl Send for NameValuePair
impl Sync for NameValuePair
impl Unpin for NameValuePair
impl UnwindSafe for NameValuePair
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