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 more