pub struct DescribeUsageReportSubscriptionsRequest {
pub max_results: Option<i64>,
pub next_token: Option<String>,
}
Fields§
§max_results: Option<i64>
The maximum size of each page of results.
next_token: Option<String>
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
Trait Implementations§
Source§impl Clone for DescribeUsageReportSubscriptionsRequest
impl Clone for DescribeUsageReportSubscriptionsRequest
Source§fn clone(&self) -> DescribeUsageReportSubscriptionsRequest
fn clone(&self) -> DescribeUsageReportSubscriptionsRequest
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 Default for DescribeUsageReportSubscriptionsRequest
impl Default for DescribeUsageReportSubscriptionsRequest
Source§fn default() -> DescribeUsageReportSubscriptionsRequest
fn default() -> DescribeUsageReportSubscriptionsRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeUsageReportSubscriptionsRequest
impl PartialEq for DescribeUsageReportSubscriptionsRequest
Source§fn eq(&self, other: &DescribeUsageReportSubscriptionsRequest) -> bool
fn eq(&self, other: &DescribeUsageReportSubscriptionsRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DescribeUsageReportSubscriptionsRequest
Auto Trait Implementations§
impl Freeze for DescribeUsageReportSubscriptionsRequest
impl RefUnwindSafe for DescribeUsageReportSubscriptionsRequest
impl Send for DescribeUsageReportSubscriptionsRequest
impl Sync for DescribeUsageReportSubscriptionsRequest
impl Unpin for DescribeUsageReportSubscriptionsRequest
impl UnwindSafe for DescribeUsageReportSubscriptionsRequest
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