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