pub struct ComponentAnalysis {Show 14 fields
pub primary_number: MatchInfo,
pub street_predirection: MatchInfo,
pub street_name: MatchInfo,
pub street_postdirection: MatchInfo,
pub street_suffix: MatchInfo,
pub secondary_number: MatchInfo,
pub secondary_designator: MatchInfo,
pub extra_secondary_number: MatchInfo,
pub extra_secondary_designator: MatchInfo,
pub city_name: MatchInfo,
pub state_abbreviation: MatchInfo,
pub zipcode: MatchInfo,
pub plus4_code: MatchInfo,
pub urbanization: MatchInfo,
}Fields§
§primary_number: MatchInfo§street_predirection: MatchInfo§street_name: MatchInfo§street_postdirection: MatchInfo§street_suffix: MatchInfo§secondary_number: MatchInfo§secondary_designator: MatchInfo§extra_secondary_number: MatchInfo§extra_secondary_designator: MatchInfo§city_name: MatchInfo§state_abbreviation: MatchInfo§zipcode: MatchInfo§plus4_code: MatchInfo§urbanization: MatchInfoTrait Implementations§
Source§impl Clone for ComponentAnalysis
impl Clone for ComponentAnalysis
Source§fn clone(&self) -> ComponentAnalysis
fn clone(&self) -> ComponentAnalysis
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 ComponentAnalysis
impl Debug for ComponentAnalysis
Source§impl Default for ComponentAnalysis
impl Default for ComponentAnalysis
Source§fn default() -> ComponentAnalysis
fn default() -> ComponentAnalysis
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ComponentAnalysiswhere
ComponentAnalysis: Default,
impl<'de> Deserialize<'de> for ComponentAnalysiswhere
ComponentAnalysis: 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 ComponentAnalysis
impl PartialEq for ComponentAnalysis
Source§impl Serialize for ComponentAnalysis
impl Serialize for ComponentAnalysis
impl StructuralPartialEq for ComponentAnalysis
Auto Trait Implementations§
impl Freeze for ComponentAnalysis
impl RefUnwindSafe for ComponentAnalysis
impl Send for ComponentAnalysis
impl Sync for ComponentAnalysis
impl Unpin for ComponentAnalysis
impl UnwindSafe for ComponentAnalysis
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