Struct stac_api::Collections
source · pub struct Collections {
pub collections: Vec<Collection>,
pub links: Vec<Link>,
pub additional_fields: Map<String, Value>,
}
Expand description
Object containing an array of Collection objects in the Catalog, and Link relations.
Fields§
§collections: Vec<Collection>
The Collection objects in the stac::Catalog.
links: Vec<Link>
The stac::Link relations.
additional_fields: Map<String, Value>
Additional fields.
Trait Implementations§
source§impl Debug for Collections
impl Debug for Collections
source§impl<'de> Deserialize<'de> for Collections
impl<'de> Deserialize<'de> for Collections
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