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