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