pub struct MemberEntitlement2PostResponse {
pub member_entitlement2_response_base: MemberEntitlement2ResponseBase,
pub operation_result: Option<MemberEntitlement2OperationResult>,
}Fields§
§member_entitlement2_response_base: MemberEntitlement2ResponseBase§operation_result: Option<MemberEntitlement2OperationResult>Implementations§
Trait Implementations§
Source§impl Clone for MemberEntitlement2PostResponse
impl Clone for MemberEntitlement2PostResponse
Source§fn clone(&self) -> MemberEntitlement2PostResponse
fn clone(&self) -> MemberEntitlement2PostResponse
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 MemberEntitlement2PostResponse
impl Default for MemberEntitlement2PostResponse
Source§fn default() -> MemberEntitlement2PostResponse
fn default() -> MemberEntitlement2PostResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MemberEntitlement2PostResponse
impl<'de> Deserialize<'de> for MemberEntitlement2PostResponse
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 MemberEntitlement2PostResponse
impl PartialEq for MemberEntitlement2PostResponse
Source§fn eq(&self, other: &MemberEntitlement2PostResponse) -> bool
fn eq(&self, other: &MemberEntitlement2PostResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MemberEntitlement2PostResponse
Auto Trait Implementations§
impl Freeze for MemberEntitlement2PostResponse
impl RefUnwindSafe for MemberEntitlement2PostResponse
impl Send for MemberEntitlement2PostResponse
impl Sync for MemberEntitlement2PostResponse
impl Unpin for MemberEntitlement2PostResponse
impl UnwindSafe for MemberEntitlement2PostResponse
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