pub struct USGSSource;Expand description
United States Geological Survey data source.
Limit max 20000 records per request.
Raw data are in GeoJSON, which we for simplicity just hand wrote a Deserialize conversion.
Implementations§
Source§impl USGSSource
impl USGSSource
Trait Implementations§
Source§impl Source for USGSSource
impl Source for USGSSource
Source§impl SourceInfo for USGSSource
impl SourceInfo for USGSSource
Auto Trait Implementations§
impl Freeze for USGSSource
impl RefUnwindSafe for USGSSource
impl Send for USGSSource
impl Sync for USGSSource
impl Unpin for USGSSource
impl UnwindSafe for USGSSource
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