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