Struct azure_devops_rust_api::member_entitlement_management::models::MemberEntitlementOperationReference   
source · pub struct MemberEntitlementOperationReference {
    pub operation_reference: OperationReference,
    pub completed: Option<bool>,
    pub have_results_succeeded: Option<bool>,
    pub results: Vec<OperationResult>,
}Expand description
Fields§
§operation_reference: OperationReference§completed: Option<bool>Operation completed with success or failure
have_results_succeeded: Option<bool>True if all operations were successful
results: Vec<OperationResult>List of results for each operation
Implementations§
Trait Implementations§
source§impl Clone for MemberEntitlementOperationReference
 
impl Clone for MemberEntitlementOperationReference
source§fn clone(&self) -> MemberEntitlementOperationReference
 
fn clone(&self) -> MemberEntitlementOperationReference
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 MemberEntitlementOperationReference
 
impl Default for MemberEntitlementOperationReference
source§fn default() -> MemberEntitlementOperationReference
 
fn default() -> MemberEntitlementOperationReference
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for MemberEntitlementOperationReference
 
impl<'de> Deserialize<'de> for MemberEntitlementOperationReference
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 MemberEntitlementOperationReference
 
impl PartialEq for MemberEntitlementOperationReference
source§fn eq(&self, other: &MemberEntitlementOperationReference) -> bool
 
fn eq(&self, other: &MemberEntitlementOperationReference) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for MemberEntitlementOperationReference
Auto Trait Implementations§
impl RefUnwindSafe for MemberEntitlementOperationReference
impl Send for MemberEntitlementOperationReference
impl Sync for MemberEntitlementOperationReference
impl Unpin for MemberEntitlementOperationReference
impl UnwindSafe for MemberEntitlementOperationReference
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