Struct geojson::FeatureCollection
[−]
[src]
pub struct FeatureCollection {
pub bbox: Option<Bbox>,
pub crs: Option<Crs>,
pub features: Vec<Feature>,
}Feature Collection Objects
Fields
bbox: Option<Bbox>
crs: Option<Crs>
features: Vec<Feature>
Trait Implementations
impl PartialEq for FeatureCollection[src]
fn eq(&self, __arg_0: &FeatureCollection) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &FeatureCollection) -> bool
This method tests for !=.
impl Debug for FeatureCollection[src]
impl Clone for FeatureCollection[src]
fn clone(&self) -> FeatureCollection
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more