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