pub struct MemberEntitlement {
pub user_entitlement: UserEntitlement,
pub member: Option<GraphMember>,
}Expand description
Deprecated: Use UserEntitlement instead
Fields§
§user_entitlement: UserEntitlement§member: Option<GraphMember>Implementations§
Trait Implementations§
source§impl Clone for MemberEntitlement
impl Clone for MemberEntitlement
source§fn clone(&self) -> MemberEntitlement
fn clone(&self) -> MemberEntitlement
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 MemberEntitlement
impl Debug for MemberEntitlement
source§impl Default for MemberEntitlement
impl Default for MemberEntitlement
source§fn default() -> MemberEntitlement
fn default() -> MemberEntitlement
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for MemberEntitlement
impl<'de> Deserialize<'de> for MemberEntitlement
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<MemberEntitlement> for MemberEntitlement
impl PartialEq<MemberEntitlement> for MemberEntitlement
source§fn eq(&self, other: &MemberEntitlement) -> bool
fn eq(&self, other: &MemberEntitlement) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for MemberEntitlement
impl Serialize for MemberEntitlement
impl StructuralPartialEq for MemberEntitlement
Auto Trait Implementations§
impl RefUnwindSafe for MemberEntitlement
impl Send for MemberEntitlement
impl Sync for MemberEntitlement
impl Unpin for MemberEntitlement
impl UnwindSafe for MemberEntitlement
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