pub struct EntitlementUpdate(pub Entitlement);
Tuple Fields§
§0: Entitlement
Trait Implementations§
Source§impl Clone for EntitlementUpdate
impl Clone for EntitlementUpdate
Source§fn clone(&self) -> EntitlementUpdate
fn clone(&self) -> EntitlementUpdate
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 EntitlementUpdate
impl Debug for EntitlementUpdate
Source§impl Deref for EntitlementUpdate
impl Deref for EntitlementUpdate
Source§impl DerefMut for EntitlementUpdate
impl DerefMut for EntitlementUpdate
Source§impl<'de> Deserialize<'de> for EntitlementUpdate
impl<'de> Deserialize<'de> for EntitlementUpdate
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 EntitlementUpdate
impl PartialEq for EntitlementUpdate
Source§impl Serialize for EntitlementUpdate
impl Serialize for EntitlementUpdate
impl Eq for EntitlementUpdate
impl StructuralPartialEq for EntitlementUpdate
Auto Trait Implementations§
impl Freeze for EntitlementUpdate
impl RefUnwindSafe for EntitlementUpdate
impl Send for EntitlementUpdate
impl Sync for EntitlementUpdate
impl Unpin for EntitlementUpdate
impl UnwindSafe for EntitlementUpdate
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