Struct aws_sdk_lexmodelsv2::model::BotSortBy
source · [−]#[non_exhaustive]pub struct BotSortBy { /* private fields */ }Expand description
Specifies attributes for sorting a list of bots.
Implementations
Trait Implementations
impl StructuralPartialEq for BotSortBy
Auto Trait Implementations
impl RefUnwindSafe for BotSortBy
impl Send for BotSortBy
impl Sync for BotSortBy
impl Unpin for BotSortBy
impl UnwindSafe for BotSortBy
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