#[non_exhaustive]pub struct DeleteThemeAliasOutput { /* private fields */ }Implementations§
source§impl DeleteThemeAliasOutput
impl DeleteThemeAliasOutput
source§impl DeleteThemeAliasOutput
impl DeleteThemeAliasOutput
sourcepub fn builder() -> DeleteThemeAliasOutputBuilder
pub fn builder() -> DeleteThemeAliasOutputBuilder
Creates a new builder-style object to manufacture DeleteThemeAliasOutput.
Trait Implementations§
source§impl Clone for DeleteThemeAliasOutput
impl Clone for DeleteThemeAliasOutput
source§fn clone(&self) -> DeleteThemeAliasOutput
fn clone(&self) -> DeleteThemeAliasOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DeleteThemeAliasOutput
impl Debug for DeleteThemeAliasOutput
source§impl PartialEq<DeleteThemeAliasOutput> for DeleteThemeAliasOutput
impl PartialEq<DeleteThemeAliasOutput> for DeleteThemeAliasOutput
source§fn eq(&self, other: &DeleteThemeAliasOutput) -> bool
fn eq(&self, other: &DeleteThemeAliasOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteThemeAliasOutput
impl RequestId for DeleteThemeAliasOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more