pub struct QueryEntitlements {
pub user_id: u64,
pub offer_id: String,
pub item_id: String,
pub group: String,
pub include_child_groups: bool,
pub include_expired_trial_dlc: bool,
pub filter_offers: Vec<String>,
pub filter_items: Vec<String>,
pub filter_groups: Vec<String>,
}Fields§
§user_id: u64§offer_id: String§item_id: String§group: String§include_child_groups: bool§include_expired_trial_dlc: bool§filter_offers: Vec<String>§filter_items: Vec<String>§filter_groups: Vec<String>Trait Implementations§
Source§impl Debug for QueryEntitlements
impl Debug for QueryEntitlements
Source§impl<'de> Deserialize<'de> for QueryEntitlements
impl<'de> Deserialize<'de> for QueryEntitlements
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
Auto Trait Implementations§
impl Freeze for QueryEntitlements
impl RefUnwindSafe for QueryEntitlements
impl Send for QueryEntitlements
impl Sync for QueryEntitlements
impl Unpin for QueryEntitlements
impl UnwindSafe for QueryEntitlements
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