#[non_exhaustive]pub struct UpdateSiteAddressOutput { /* private fields */ }
Implementations§
source§impl UpdateSiteAddressOutput
impl UpdateSiteAddressOutput
sourcepub fn address_type(&self) -> Option<&AddressType>
pub fn address_type(&self) -> Option<&AddressType>
The type of the address.
source§impl UpdateSiteAddressOutput
impl UpdateSiteAddressOutput
sourcepub fn builder() -> UpdateSiteAddressOutputBuilder
pub fn builder() -> UpdateSiteAddressOutputBuilder
Creates a new builder-style object to manufacture UpdateSiteAddressOutput
.
Trait Implementations§
source§impl Clone for UpdateSiteAddressOutput
impl Clone for UpdateSiteAddressOutput
source§fn clone(&self) -> UpdateSiteAddressOutput
fn clone(&self) -> UpdateSiteAddressOutput
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 UpdateSiteAddressOutput
impl Debug for UpdateSiteAddressOutput
source§impl PartialEq<UpdateSiteAddressOutput> for UpdateSiteAddressOutput
impl PartialEq<UpdateSiteAddressOutput> for UpdateSiteAddressOutput
source§fn eq(&self, other: &UpdateSiteAddressOutput) -> bool
fn eq(&self, other: &UpdateSiteAddressOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateSiteAddressOutput
impl RequestId for UpdateSiteAddressOutput
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 UpdateSiteAddressOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateSiteAddressOutput
impl Send for UpdateSiteAddressOutput
impl Sync for UpdateSiteAddressOutput
impl Unpin for UpdateSiteAddressOutput
impl UnwindSafe for UpdateSiteAddressOutput
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