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
sourceimpl BotVersionSortBy
impl BotVersionSortBy
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BotVersionSortBy.
Trait Implementations
sourceimpl Clone for BotVersionSortBy
impl Clone for BotVersionSortBy
sourcefn clone(&self) -> BotVersionSortBy
fn clone(&self) -> BotVersionSortBy
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 BotVersionSortBy
impl Debug for BotVersionSortBy
sourceimpl PartialEq<BotVersionSortBy> for BotVersionSortBy
impl PartialEq<BotVersionSortBy> for BotVersionSortBy
sourcefn eq(&self, other: &BotVersionSortBy) -> bool
fn eq(&self, other: &BotVersionSortBy) -> bool
impl StructuralPartialEq for BotVersionSortBy
Auto Trait Implementations
impl RefUnwindSafe for BotVersionSortBy
impl Send for BotVersionSortBy
impl Sync for BotVersionSortBy
impl Unpin for BotVersionSortBy
impl UnwindSafe for BotVersionSortBy
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