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