pub struct ApiV2010AccountAddress {Show 16 fields
pub account_sid: Option<String>,
pub city: Option<String>,
pub customer_name: Option<String>,
pub date_created: Option<String>,
pub date_updated: Option<String>,
pub emergency_enabled: Option<bool>,
pub friendly_name: Option<String>,
pub iso_country: Option<String>,
pub postal_code: Option<String>,
pub region: Option<String>,
pub sid: Option<String>,
pub street: Option<String>,
pub street_secondary: Option<String>,
pub uri: Option<String>,
pub validated: Option<bool>,
pub verified: Option<bool>,
}
Fields§
§account_sid: Option<String>
§city: Option<String>
§customer_name: Option<String>
§date_created: Option<String>
§date_updated: Option<String>
§emergency_enabled: Option<bool>
§friendly_name: Option<String>
§iso_country: Option<String>
§postal_code: Option<String>
§region: Option<String>
§sid: Option<String>
§street: Option<String>
§street_secondary: Option<String>
§uri: Option<String>
§validated: Option<bool>
§verified: Option<bool>
Trait Implementations§
Source§impl Clone for ApiV2010AccountAddress
impl Clone for ApiV2010AccountAddress
Source§fn clone(&self) -> ApiV2010AccountAddress
fn clone(&self) -> ApiV2010AccountAddress
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ApiV2010AccountAddress
impl Debug for ApiV2010AccountAddress
Source§impl Default for ApiV2010AccountAddress
impl Default for ApiV2010AccountAddress
Source§fn default() -> ApiV2010AccountAddress
fn default() -> ApiV2010AccountAddress
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ApiV2010AccountAddress
impl<'de> Deserialize<'de> for ApiV2010AccountAddress
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for ApiV2010AccountAddress
impl Display for ApiV2010AccountAddress
Auto Trait Implementations§
impl Freeze for ApiV2010AccountAddress
impl RefUnwindSafe for ApiV2010AccountAddress
impl Send for ApiV2010AccountAddress
impl Sync for ApiV2010AccountAddress
impl Unpin for ApiV2010AccountAddress
impl UnwindSafe for ApiV2010AccountAddress
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