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