Struct aws_sdk_lexmodelsv2::model::IntentSortBy
source · [−]#[non_exhaustive]pub struct IntentSortBy { /* private fields */ }Expand description
Specifies attributes for sorting a list of intents.
Implementations
sourceimpl IntentSortBy
impl IntentSortBy
sourceimpl IntentSortBy
impl IntentSortBy
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IntentSortBy.
Trait Implementations
sourceimpl Clone for IntentSortBy
impl Clone for IntentSortBy
sourcefn clone(&self) -> IntentSortBy
fn clone(&self) -> IntentSortBy
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 IntentSortBy
impl Debug for IntentSortBy
sourceimpl PartialEq<IntentSortBy> for IntentSortBy
impl PartialEq<IntentSortBy> for IntentSortBy
sourcefn eq(&self, other: &IntentSortBy) -> bool
fn eq(&self, other: &IntentSortBy) -> bool
impl StructuralPartialEq for IntentSortBy
Auto Trait Implementations
impl RefUnwindSafe for IntentSortBy
impl Send for IntentSortBy
impl Sync for IntentSortBy
impl Unpin for IntentSortBy
impl UnwindSafe for IntentSortBy
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