Struct aws_sdk_lexmodelsv2::model::ImportSortBy
source · #[non_exhaustive]pub struct ImportSortBy { /* private fields */ }Expand description
Provides information for sorting a list of imports.
Implementations§
source§impl ImportSortBy
impl ImportSortBy
source§impl ImportSortBy
impl ImportSortBy
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ImportSortBy.
Trait Implementations§
source§impl Clone for ImportSortBy
impl Clone for ImportSortBy
source§fn clone(&self) -> ImportSortBy
fn clone(&self) -> ImportSortBy
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ImportSortBy
impl Debug for ImportSortBy
source§impl PartialEq<ImportSortBy> for ImportSortBy
impl PartialEq<ImportSortBy> for ImportSortBy
source§fn eq(&self, other: &ImportSortBy) -> bool
fn eq(&self, other: &ImportSortBy) -> bool
This method tests for
self and other values to be equal, and is used
by ==.