Struct aws_sdk_outposts::model::Address
source · [−]#[non_exhaustive]pub struct Address {
pub contact_name: Option<String>,
pub contact_phone_number: Option<String>,
pub address_line1: Option<String>,
pub address_line2: Option<String>,
pub address_line3: Option<String>,
pub city: Option<String>,
pub state_or_region: Option<String>,
pub district_or_county: Option<String>,
pub postal_code: Option<String>,
pub country_code: Option<String>,
pub municipality: Option<String>,
}
Expand description
Information about an address.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.contact_name: Option<String>
The name of the contact.
contact_phone_number: Option<String>
The phone number of the contact.
address_line1: Option<String>
The first line of the address.
address_line2: Option<String>
The second line of the address.
address_line3: Option<String>
The third line of the address.
city: Option<String>
The city for the address.
state_or_region: Option<String>
The state for the address.
district_or_county: Option<String>
The district or county for the address.
postal_code: Option<String>
The postal code for the address.
country_code: Option<String>
The ISO-3166 two-letter country code for the address.
municipality: Option<String>
The municipality for the address.
Implementations
The name of the contact.
The phone number of the contact.
The first line of the address.
The second line of the address.
The third line of the address.
The state for the address.
The district or county for the address.
The postal code for the address.
The ISO-3166 two-letter country code for the address.
The municipality for the address.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Address
impl UnwindSafe for Address
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more