Struct tile_grid::TileMatrixLimits
source · pub struct TileMatrixLimits {
pub tile_matrix: String,
pub min_tile_row: u64,
pub max_tile_row: u64,
pub min_tile_col: u64,
pub max_tile_col: u64,
}Expand description
A resource describing useful to create an array that describes the limits for a tile set [TileMatrixSet] based on the OGC TileSet Metadata Standard
Fields§
§tile_matrix: String§min_tile_row: u64§max_tile_row: u64§min_tile_col: u64§max_tile_col: u64Trait Implementations§
source§impl<'de> Deserialize<'de> for TileMatrixLimits
impl<'de> Deserialize<'de> for TileMatrixLimits
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 RefUnwindSafe for TileMatrixLimits
impl Send for TileMatrixLimits
impl Sync for TileMatrixLimits
impl Unpin for TileMatrixLimits
impl UnwindSafe for TileMatrixLimits
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