#[non_exhaustive]pub struct DescribeTemplateAliasOutput { /* private fields */ }Implementations
sourceimpl DescribeTemplateAliasOutput
impl DescribeTemplateAliasOutput
sourcepub fn template_alias(&self) -> Option<&TemplateAlias>
pub fn template_alias(&self) -> Option<&TemplateAlias>
Information about the template alias.
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The Amazon Web Services request ID for this operation.
sourceimpl DescribeTemplateAliasOutput
impl DescribeTemplateAliasOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeTemplateAliasOutput.
Trait Implementations
sourceimpl Clone for DescribeTemplateAliasOutput
impl Clone for DescribeTemplateAliasOutput
sourcefn clone(&self) -> DescribeTemplateAliasOutput
fn clone(&self) -> DescribeTemplateAliasOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DescribeTemplateAliasOutput
impl Debug for DescribeTemplateAliasOutput
sourceimpl PartialEq<DescribeTemplateAliasOutput> for DescribeTemplateAliasOutput
impl PartialEq<DescribeTemplateAliasOutput> for DescribeTemplateAliasOutput
sourcefn eq(&self, other: &DescribeTemplateAliasOutput) -> bool
fn eq(&self, other: &DescribeTemplateAliasOutput) -> bool
impl StructuralPartialEq for DescribeTemplateAliasOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeTemplateAliasOutput
impl Send for DescribeTemplateAliasOutput
impl Sync for DescribeTemplateAliasOutput
impl Unpin for DescribeTemplateAliasOutput
impl UnwindSafe for DescribeTemplateAliasOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more