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