#[non_exhaustive]pub struct GetModelTemplateOutput { /* private fields */ }Implementations§
source§impl GetModelTemplateOutput
impl GetModelTemplateOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetModelTemplateOutput.
Trait Implementations§
source§impl Clone for GetModelTemplateOutput
impl Clone for GetModelTemplateOutput
source§fn clone(&self) -> GetModelTemplateOutput
fn clone(&self) -> GetModelTemplateOutput
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