pub struct ApplicationEntitlement {
pub pbm_uuid: Uuid,
pub name: String,
pub app: Uuid,
pub attributes: Option<HashMap<String, Value>>,
}Expand description
ApplicationEntitlement : ApplicationEntitlement Serializer
Fields§
§pbm_uuid: Uuid§name: String§app: Uuid§attributes: Option<HashMap<String, Value>>Implementations§
Trait Implementations§
Source§impl Clone for ApplicationEntitlement
impl Clone for ApplicationEntitlement
Source§fn clone(&self) -> ApplicationEntitlement
fn clone(&self) -> ApplicationEntitlement
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 Debug for ApplicationEntitlement
impl Debug for ApplicationEntitlement
Source§impl Default for ApplicationEntitlement
impl Default for ApplicationEntitlement
Source§fn default() -> ApplicationEntitlement
fn default() -> ApplicationEntitlement
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ApplicationEntitlement
impl<'de> Deserialize<'de> for ApplicationEntitlement
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 ApplicationEntitlement
impl PartialEq for ApplicationEntitlement
Source§impl Serialize for ApplicationEntitlement
impl Serialize for ApplicationEntitlement
impl StructuralPartialEq for ApplicationEntitlement
Auto Trait Implementations§
impl Freeze for ApplicationEntitlement
impl RefUnwindSafe for ApplicationEntitlement
impl Send for ApplicationEntitlement
impl Sync for ApplicationEntitlement
impl Unpin for ApplicationEntitlement
impl UnsafeUnpin for ApplicationEntitlement
impl UnwindSafe for ApplicationEntitlement
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