Struct tile_grid::TileSetItem
source · pub struct TileSetItem {
pub title: Option<String>,
pub data_type: DataType,
pub crs: Crs,
pub tile_matrix_set_uri: Option<String>,
pub links: Links,
}Expand description
A minimal tileset element for use within a list of tilesets linking to full description of those tilesets.
Fields§
§title: Option<String>§data_type: DataType§crs: Crs§tile_matrix_set_uri: Option<String>§links: LinksTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TileSetItem
impl Send for TileSetItem
impl Sync for TileSetItem
impl Unpin for TileSetItem
impl UnwindSafe for TileSetItem
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