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 more