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