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