pub struct Zipcode { /* private fields */ }Expand description
The available fields in the zipcode database.
‘acceptable_cities’: [], ‘active’: True, ‘area_codes’: [‘281’, ‘832’], ‘city’: ‘Cypress’, ‘country’: ‘US’, ‘county’: ‘Harris County’, ‘lat’: ‘29.9857’, ‘long’: ‘-95.6548’, ‘state’: ‘TX’, ‘timezone’: ‘America/Chicago’, ‘unacceptable_cities’: [], ‘world_region’: ‘NA’, ‘zip_code’: ‘77429’, ‘zip_code_type’: ‘STANDARD’}[
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Zipcode
impl<'de> Deserialize<'de> for Zipcode
sourcefn 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
Auto Trait Implementations
impl RefUnwindSafe for Zipcode
impl Send for Zipcode
impl Sync for Zipcode
impl Unpin for Zipcode
impl UnwindSafe for Zipcode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more