Struct aws_sdk_schemas::model::SearchSchemaVersionSummary
source · #[non_exhaustive]pub struct SearchSchemaVersionSummary { /* private fields */ }Implementations§
source§impl SearchSchemaVersionSummary
impl SearchSchemaVersionSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SearchSchemaVersionSummary.
Trait Implementations§
source§impl Clone for SearchSchemaVersionSummary
impl Clone for SearchSchemaVersionSummary
source§fn clone(&self) -> SearchSchemaVersionSummary
fn clone(&self) -> SearchSchemaVersionSummary
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 SearchSchemaVersionSummary
impl Debug for SearchSchemaVersionSummary
source§impl PartialEq<SearchSchemaVersionSummary> for SearchSchemaVersionSummary
impl PartialEq<SearchSchemaVersionSummary> for SearchSchemaVersionSummary
source§fn eq(&self, other: &SearchSchemaVersionSummary) -> bool
fn eq(&self, other: &SearchSchemaVersionSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.