pub struct Components {Show 19 fields
pub primary_number: String,
pub street_name: String,
pub street_predirection: String,
pub street_postdirection: String,
pub street_suffix: String,
pub secondary_number: String,
pub secondary_designator: String,
pub extra_secondary_number: String,
pub extra_secondary_designator: String,
pub pmb_number: String,
pub pmb_designator: String,
pub city_name: String,
pub default_city_name: String,
pub state_abbreviation: String,
pub zipcode: String,
pub plus4_code: String,
pub delivery_point: String,
pub delivery_point_check_digit: String,
pub urbanization: String,
}
Fields§
§primary_number: String
§street_name: String
§street_predirection: String
§street_postdirection: String
§street_suffix: String
§secondary_number: String
§secondary_designator: String
§extra_secondary_number: String
§extra_secondary_designator: String
§pmb_number: String
§pmb_designator: String
§city_name: String
§default_city_name: String
§state_abbreviation: String
§zipcode: String
§plus4_code: String
§delivery_point: String
§delivery_point_check_digit: String
§urbanization: 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