Struct aws_sdk_securityhub::model::SortCriterion
source · #[non_exhaustive]pub struct SortCriterion { /* private fields */ }
Expand description
A collection of finding attributes used to sort findings.
Implementations§
source§impl SortCriterion
impl SortCriterion
source§impl SortCriterion
impl SortCriterion
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SortCriterion
.
Trait Implementations§
source§impl Clone for SortCriterion
impl Clone for SortCriterion
source§fn clone(&self) -> SortCriterion
fn clone(&self) -> SortCriterion
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 Debug for SortCriterion
impl Debug for SortCriterion
source§impl PartialEq<SortCriterion> for SortCriterion
impl PartialEq<SortCriterion> for SortCriterion
source§fn eq(&self, other: &SortCriterion) -> bool
fn eq(&self, other: &SortCriterion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.