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