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