Struct maxminddb::geoip2::DensityIncome
source · [−]Expand description
GeoIP2 DensityIncome record
Fields
average_income: Option<u32>
population_density: Option<u32>
Trait Implementations
sourceimpl Clone for DensityIncome
impl Clone for DensityIncome
sourcefn clone(&self) -> DensityIncome
fn clone(&self) -> DensityIncome
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for DensityIncome
impl Debug for DensityIncome
sourceimpl<'de> Deserialize<'de> for DensityIncome
impl<'de> Deserialize<'de> for DensityIncome
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
sourceimpl Serialize for DensityIncome
impl Serialize for DensityIncome
Auto Trait Implementations
impl RefUnwindSafe for DensityIncome
impl Send for DensityIncome
impl Sync for DensityIncome
impl Unpin for DensityIncome
impl UnwindSafe for DensityIncome
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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