Struct aws_sdk_quicksight::output::CreateThemeAliasOutput
source · [−]#[non_exhaustive]pub struct CreateThemeAliasOutput { /* private fields */ }Implementations
sourceimpl CreateThemeAliasOutput
impl CreateThemeAliasOutput
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 CreateThemeAliasOutput
impl CreateThemeAliasOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateThemeAliasOutput.
Trait Implementations
sourceimpl Clone for CreateThemeAliasOutput
impl Clone for CreateThemeAliasOutput
sourcefn clone(&self) -> CreateThemeAliasOutput
fn clone(&self) -> CreateThemeAliasOutput
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 CreateThemeAliasOutput
impl Debug for CreateThemeAliasOutput
sourceimpl PartialEq<CreateThemeAliasOutput> for CreateThemeAliasOutput
impl PartialEq<CreateThemeAliasOutput> for CreateThemeAliasOutput
sourcefn eq(&self, other: &CreateThemeAliasOutput) -> bool
fn eq(&self, other: &CreateThemeAliasOutput) -> bool
impl StructuralPartialEq for CreateThemeAliasOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateThemeAliasOutput
impl Send for CreateThemeAliasOutput
impl Sync for CreateThemeAliasOutput
impl Unpin for CreateThemeAliasOutput
impl UnwindSafe for CreateThemeAliasOutput
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