#[non_exhaustive]pub struct DescribeThemeAliasOutput { /* private fields */ }Implementations
sourceimpl DescribeThemeAliasOutput
impl DescribeThemeAliasOutput
sourcepub fn theme_alias(&self) -> Option<&ThemeAlias>
pub fn theme_alias(&self) -> Option<&ThemeAlias>
Information about the theme 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 DescribeThemeAliasOutput
impl DescribeThemeAliasOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeThemeAliasOutput.
Trait Implementations
sourceimpl Clone for DescribeThemeAliasOutput
impl Clone for DescribeThemeAliasOutput
sourcefn clone(&self) -> DescribeThemeAliasOutput
fn clone(&self) -> DescribeThemeAliasOutput
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 DescribeThemeAliasOutput
impl Debug for DescribeThemeAliasOutput
sourceimpl PartialEq<DescribeThemeAliasOutput> for DescribeThemeAliasOutput
impl PartialEq<DescribeThemeAliasOutput> for DescribeThemeAliasOutput
sourcefn eq(&self, other: &DescribeThemeAliasOutput) -> bool
fn eq(&self, other: &DescribeThemeAliasOutput) -> bool
impl StructuralPartialEq for DescribeThemeAliasOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeThemeAliasOutput
impl Send for DescribeThemeAliasOutput
impl Sync for DescribeThemeAliasOutput
impl Unpin for DescribeThemeAliasOutput
impl UnwindSafe for DescribeThemeAliasOutput
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