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