Struct aws_sdk_chime::types::CandidateAddress
source · #[non_exhaustive]pub struct CandidateAddress { /* private fields */ }Expand description
A suggested address.
Implementations§
source§impl CandidateAddress
impl CandidateAddress
sourcepub fn street_info(&self) -> Option<&str>
pub fn street_info(&self) -> Option<&str>
The street information of a candidate address
sourcepub fn street_number(&self) -> Option<&str>
pub fn street_number(&self) -> Option<&str>
The numeric portion of a candidate address.
sourcepub fn postal_code(&self) -> Option<&str>
pub fn postal_code(&self) -> Option<&str>
The postal code of a candidate address.
sourcepub fn postal_code_plus4(&self) -> Option<&str>
pub fn postal_code_plus4(&self) -> Option<&str>
The Zip + 4 or postal code + 4 of a candidate address.
source§impl CandidateAddress
impl CandidateAddress
sourcepub fn builder() -> CandidateAddressBuilder
pub fn builder() -> CandidateAddressBuilder
Creates a new builder-style object to manufacture CandidateAddress.
Trait Implementations§
source§impl Clone for CandidateAddress
impl Clone for CandidateAddress
source§fn clone(&self) -> CandidateAddress
fn clone(&self) -> CandidateAddress
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 CandidateAddress
impl Debug for CandidateAddress
source§impl PartialEq<CandidateAddress> for CandidateAddress
impl PartialEq<CandidateAddress> for CandidateAddress
source§fn eq(&self, other: &CandidateAddress) -> bool
fn eq(&self, other: &CandidateAddress) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CandidateAddress
Auto Trait Implementations§
impl RefUnwindSafe for CandidateAddress
impl Send for CandidateAddress
impl Sync for CandidateAddress
impl Unpin for CandidateAddress
impl UnwindSafe for CandidateAddress
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