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