Struct smarty_rust_sdk::us_street_api::lookup::Lookup
source · pub struct Lookup {Show 14 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 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
§results: Candidates
Trait Implementations§
source§impl PartialEq for Lookup
impl PartialEq for Lookup
impl StructuralPartialEq for Lookup
Auto Trait Implementations§
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