pub struct Components {Show 51 fields
pub super_administrative_area: String,
pub administrative_area: String,
pub administrative_area_iso2: String,
pub administrative_area_short: String,
pub administrative_area_long: String,
pub sub_administrative_area: String,
pub building: String,
pub dependent_locality: String,
pub dependent_locality_name: String,
pub double_dependent_locality: String,
pub country_iso_3: String,
pub locality: String,
pub postal_code: String,
pub postal_code_short: String,
pub postal_code_extra: String,
pub premise: String,
pub premise_extra: String,
pub premise_number: String,
pub premise_type: String,
pub premise_prefix_number: String,
pub thoroughfare: String,
pub thoroughfare_predirection: String,
pub thoroughfare_postdirection: String,
pub thoroughfare_name: String,
pub thoroughfare_trailing_type: String,
pub thoroughfare_type: String,
pub dependent_thoroughfare: String,
pub dependent_thoroughfare_predirection: String,
pub dependent_thoroughfare_postdirection: String,
pub dependent_thoroughfare_name: String,
pub dependent_thoroughfare_trailing_type: String,
pub dependent_thoroughfare_type: String,
pub building_leading_type: String,
pub building_name: String,
pub building_trailing_type: String,
pub sub_building_type: String,
pub sub_building_number: String,
pub sub_building_name: String,
pub sub_building: String,
pub level_type: String,
pub level_number: String,
pub post_box: String,
pub post_box_type: String,
pub post_box_number: String,
pub additional_content: String,
pub delivery_installation: String,
pub delivery_installation_type: String,
pub delivery_installation_qualifier_name: String,
pub route: String,
pub route_number: String,
pub route_type: String,
}
Fields§
§super_administrative_area: String
§administrative_area: String
§administrative_area_iso2: String
§administrative_area_short: String
§administrative_area_long: String
§sub_administrative_area: String
§building: String
§dependent_locality: String
§dependent_locality_name: String
§double_dependent_locality: String
§country_iso_3: String
§locality: String
§postal_code: String
§postal_code_short: String
§postal_code_extra: String
§premise: String
§premise_extra: String
§premise_number: String
§premise_type: String
§premise_prefix_number: String
§thoroughfare: String
§thoroughfare_predirection: String
§thoroughfare_postdirection: String
§thoroughfare_name: String
§thoroughfare_trailing_type: String
§thoroughfare_type: String
§dependent_thoroughfare: String
§dependent_thoroughfare_predirection: String
§dependent_thoroughfare_postdirection: String
§dependent_thoroughfare_name: String
§dependent_thoroughfare_trailing_type: String
§dependent_thoroughfare_type: String
§building_leading_type: String
§building_name: String
§building_trailing_type: String
§sub_building_type: String
§sub_building_number: String
§sub_building_name: String
§sub_building: String
§level_type: String
§level_number: String
§post_box: String
§post_box_type: String
§post_box_number: String
§additional_content: String
§delivery_installation: String
§delivery_installation_type: String
§delivery_installation_qualifier_name: String
§route: String
§route_number: String
§route_type: String
Trait Implementations§
Source§impl Clone for Components
impl Clone for Components
Source§fn clone(&self) -> Components
fn clone(&self) -> Components
Returns a duplicate 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 Components
impl Debug for Components
Source§impl Default for Components
impl Default for Components
Source§fn default() -> Components
fn default() -> Components
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Componentswhere
Components: Default,
impl<'de> Deserialize<'de> for Componentswhere
Components: Default,
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 PartialEq for Components
impl PartialEq for Components
Source§impl Serialize for Components
impl Serialize for Components
impl StructuralPartialEq for Components
Auto Trait Implementations§
impl Freeze for Components
impl RefUnwindSafe for Components
impl Send for Components
impl Sync for Components
impl Unpin for Components
impl UnwindSafe for Components
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