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