Struct aws_sdk_lexmodelsv2::model::BotLocaleSortBy
source · [−]#[non_exhaustive]pub struct BotLocaleSortBy { /* private fields */ }Expand description
Specifies attributes for sorting a list of bot locales.
Implementations
sourceimpl BotLocaleSortBy
impl BotLocaleSortBy
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BotLocaleSortBy.
Trait Implementations
sourceimpl Clone for BotLocaleSortBy
impl Clone for BotLocaleSortBy
sourcefn clone(&self) -> BotLocaleSortBy
fn clone(&self) -> BotLocaleSortBy
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for BotLocaleSortBy
impl Debug for BotLocaleSortBy
sourceimpl PartialEq<BotLocaleSortBy> for BotLocaleSortBy
impl PartialEq<BotLocaleSortBy> for BotLocaleSortBy
sourcefn eq(&self, other: &BotLocaleSortBy) -> bool
fn eq(&self, other: &BotLocaleSortBy) -> bool
impl StructuralPartialEq for BotLocaleSortBy
Auto Trait Implementations
impl RefUnwindSafe for BotLocaleSortBy
impl Send for BotLocaleSortBy
impl Sync for BotLocaleSortBy
impl Unpin for BotLocaleSortBy
impl UnwindSafe for BotLocaleSortBy
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more