Struct aws_sdk_outposts::types::Address
source · #[non_exhaustive]pub struct Address { /* private fields */ }
Expand description
Information about an address.
Implementations§
source§impl Address
impl Address
sourcepub fn contact_name(&self) -> Option<&str>
pub fn contact_name(&self) -> Option<&str>
The name of the contact.
sourcepub fn contact_phone_number(&self) -> Option<&str>
pub fn contact_phone_number(&self) -> Option<&str>
The phone number of the contact.
sourcepub fn address_line1(&self) -> Option<&str>
pub fn address_line1(&self) -> Option<&str>
The first line of the address.
sourcepub fn address_line2(&self) -> Option<&str>
pub fn address_line2(&self) -> Option<&str>
The second line of the address.
sourcepub fn address_line3(&self) -> Option<&str>
pub fn address_line3(&self) -> Option<&str>
The third line of the address.
sourcepub fn state_or_region(&self) -> Option<&str>
pub fn state_or_region(&self) -> Option<&str>
The state for the address.
sourcepub fn district_or_county(&self) -> Option<&str>
pub fn district_or_county(&self) -> Option<&str>
The district or county for the address.
sourcepub fn postal_code(&self) -> Option<&str>
pub fn postal_code(&self) -> Option<&str>
The postal code for the address.
sourcepub fn country_code(&self) -> Option<&str>
pub fn country_code(&self) -> Option<&str>
The ISO-3166 two-letter country code for the address.
sourcepub fn municipality(&self) -> Option<&str>
pub fn municipality(&self) -> Option<&str>
The municipality for the address.
Trait Implementations§
source§impl PartialEq<Address> for Address
impl PartialEq<Address> for Address
impl StructuralPartialEq for Address
Auto Trait Implementations§
impl RefUnwindSafe for Address
impl Send for Address
impl Sync for Address
impl Unpin for Address
impl UnwindSafe for Address
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