pub struct GetSearch {
pub items: GetItems,
pub intersects: Option<String>,
pub ids: Option<String>,
pub collections: Option<String>,
}
Expand description
GET parameters for the item search endpoint.
Fields§
§items: GetItems
Many fields are shared with Items, so we re-use that structure.
intersects: Option<String>
Searches items by performing intersection between their geometry and provided GeoJSON geometry.
All GeoJSON geometry types must be supported.
ids: Option<String>
Comma-delimited list of Item ids to return.
collections: Option<String>
Comma-delimited list of one or more Collection IDs that each matching Item must be in.
Trait Implementations§
source§impl<'de> Deserialize<'de> for GetSearch
impl<'de> Deserialize<'de> for GetSearch
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
Auto Trait Implementations§
impl Freeze for GetSearch
impl RefUnwindSafe for GetSearch
impl Send for GetSearch
impl Sync for GetSearch
impl Unpin for GetSearch
impl UnwindSafe for GetSearch
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)