pub struct Lookup {Show 15 fields
pub street: String,
pub street2: String,
pub secondary: String,
pub city: String,
pub state: String,
pub zipcode: String,
pub last_line: String,
pub addressee: String,
pub urbanization: String,
pub input_id: String,
pub max_candidates: i64,
pub match_strategy: MatchStrategy,
pub format_output: OutputFormat,
pub county_source: Option<CountySource>,
pub results: Candidates,
}
Fields§
§street: String
§street2: String
§secondary: String
§city: String
§state: String
§zipcode: String
§last_line: String
§addressee: String
§urbanization: String
§input_id: String
§max_candidates: i64
§match_strategy: MatchStrategy
§format_output: OutputFormat
§county_source: Option<CountySource>
§results: Candidates
Trait Implementations§
impl StructuralPartialEq for Lookup
Auto Trait Implementations§
impl Freeze for Lookup
impl RefUnwindSafe for Lookup
impl Send for Lookup
impl Sync for Lookup
impl Unpin for Lookup
impl UnwindSafe for Lookup
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