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