pub struct PatchedApplicationEntitlementRequest {
pub name: Option<String>,
pub app: Option<Uuid>,
pub attributes: Option<HashMap<String, Value>>,
}Expand description
PatchedApplicationEntitlementRequest : ApplicationEntitlement Serializer
Fields§
§name: Option<String>§app: Option<Uuid>§attributes: Option<HashMap<String, Value>>Implementations§
Source§impl PatchedApplicationEntitlementRequest
impl PatchedApplicationEntitlementRequest
Sourcepub fn new() -> PatchedApplicationEntitlementRequest
pub fn new() -> PatchedApplicationEntitlementRequest
ApplicationEntitlement Serializer
Trait Implementations§
Source§impl Clone for PatchedApplicationEntitlementRequest
impl Clone for PatchedApplicationEntitlementRequest
Source§fn clone(&self) -> PatchedApplicationEntitlementRequest
fn clone(&self) -> PatchedApplicationEntitlementRequest
Returns a duplicate 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 PatchedApplicationEntitlementRequest
impl Default for PatchedApplicationEntitlementRequest
Source§fn default() -> PatchedApplicationEntitlementRequest
fn default() -> PatchedApplicationEntitlementRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PatchedApplicationEntitlementRequest
impl<'de> Deserialize<'de> for PatchedApplicationEntitlementRequest
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 PatchedApplicationEntitlementRequest
impl PartialEq for PatchedApplicationEntitlementRequest
Source§fn eq(&self, other: &PatchedApplicationEntitlementRequest) -> bool
fn eq(&self, other: &PatchedApplicationEntitlementRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PatchedApplicationEntitlementRequest
Auto Trait Implementations§
impl Freeze for PatchedApplicationEntitlementRequest
impl RefUnwindSafe for PatchedApplicationEntitlementRequest
impl Send for PatchedApplicationEntitlementRequest
impl Sync for PatchedApplicationEntitlementRequest
impl Unpin for PatchedApplicationEntitlementRequest
impl UnwindSafe for PatchedApplicationEntitlementRequest
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