pub struct GeoReferenceAttributes {
pub census_block: CensusBlock,
pub census_county_division: CensusCountyDivision,
pub census_tract: CensusTract,
pub core_based_stat_area: CoreBasedStatArea,
pub place: Place,
}
Fields§
§census_block: CensusBlock
§census_county_division: CensusCountyDivision
§census_tract: CensusTract
§core_based_stat_area: CoreBasedStatArea
§place: Place
Trait Implementations§
Source§impl Clone for GeoReferenceAttributes
impl Clone for GeoReferenceAttributes
Source§fn clone(&self) -> GeoReferenceAttributes
fn clone(&self) -> GeoReferenceAttributes
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 GeoReferenceAttributes
impl Debug for GeoReferenceAttributes
Source§impl Default for GeoReferenceAttributes
impl Default for GeoReferenceAttributes
Source§fn default() -> GeoReferenceAttributes
fn default() -> GeoReferenceAttributes
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GeoReferenceAttributeswhere
GeoReferenceAttributes: Default,
impl<'de> Deserialize<'de> for GeoReferenceAttributeswhere
GeoReferenceAttributes: 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 GeoReferenceAttributes
impl PartialEq for GeoReferenceAttributes
Source§impl Serialize for GeoReferenceAttributes
impl Serialize for GeoReferenceAttributes
impl StructuralPartialEq for GeoReferenceAttributes
Auto Trait Implementations§
impl Freeze for GeoReferenceAttributes
impl RefUnwindSafe for GeoReferenceAttributes
impl Send for GeoReferenceAttributes
impl Sync for GeoReferenceAttributes
impl Unpin for GeoReferenceAttributes
impl UnwindSafe for GeoReferenceAttributes
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