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