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