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