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