Struct aws_sdk_macie2::model::UsageStatisticsSortBy
source · [−]#[non_exhaustive]pub struct UsageStatisticsSortBy { /* private fields */ }
Expand description
Specifies criteria for sorting the results of a query for Amazon Macie account quotas and usage data.
Implementations
sourceimpl UsageStatisticsSortBy
impl UsageStatisticsSortBy
sourcepub fn key(&self) -> Option<&UsageStatisticsSortKey>
pub fn key(&self) -> Option<&UsageStatisticsSortKey>
The field to sort the results by.
sourceimpl UsageStatisticsSortBy
impl UsageStatisticsSortBy
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UsageStatisticsSortBy
.
Trait Implementations
sourceimpl Clone for UsageStatisticsSortBy
impl Clone for UsageStatisticsSortBy
sourcefn clone(&self) -> UsageStatisticsSortBy
fn clone(&self) -> UsageStatisticsSortBy
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UsageStatisticsSortBy
impl Debug for UsageStatisticsSortBy
sourceimpl PartialEq<UsageStatisticsSortBy> for UsageStatisticsSortBy
impl PartialEq<UsageStatisticsSortBy> for UsageStatisticsSortBy
sourcefn eq(&self, other: &UsageStatisticsSortBy) -> bool
fn eq(&self, other: &UsageStatisticsSortBy) -> bool
impl StructuralPartialEq for UsageStatisticsSortBy
Auto Trait Implementations
impl RefUnwindSafe for UsageStatisticsSortBy
impl Send for UsageStatisticsSortBy
impl Sync for UsageStatisticsSortBy
impl Unpin for UsageStatisticsSortBy
impl UnwindSafe for UsageStatisticsSortBy
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more