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