pub struct EntitlementListQuery {
pub product: Option<String>,
pub limit: Option<i32>,
pub offset: Option<i32>,
}Fields§
§product: Option<String>§limit: Option<i32>§offset: Option<i32>Trait Implementations§
Source§impl Clone for EntitlementListQuery
impl Clone for EntitlementListQuery
Source§fn clone(&self) -> EntitlementListQuery
fn clone(&self) -> EntitlementListQuery
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 EntitlementListQuery
impl Debug for EntitlementListQuery
Source§impl Default for EntitlementListQuery
impl Default for EntitlementListQuery
Source§fn default() -> EntitlementListQuery
fn default() -> EntitlementListQuery
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EntitlementListQuery
impl<'de> Deserialize<'de> for EntitlementListQuery
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 EntitlementListQuery
impl PartialEq for EntitlementListQuery
Source§impl Serialize for EntitlementListQuery
impl Serialize for EntitlementListQuery
impl Eq for EntitlementListQuery
impl StructuralPartialEq for EntitlementListQuery
Auto Trait Implementations§
impl Freeze for EntitlementListQuery
impl RefUnwindSafe for EntitlementListQuery
impl Send for EntitlementListQuery
impl Sync for EntitlementListQuery
impl Unpin for EntitlementListQuery
impl UnwindSafe for EntitlementListQuery
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