pub struct MvtDecodeOptions {
pub layer_filter: Vec<String>,
}Expand description
Options controlling MVT decoding behaviour.
Fields§
§layer_filter: Vec<String>Filter layers to decode. When empty, all layers are decoded.
Trait Implementations§
Source§impl Clone for MvtDecodeOptions
impl Clone for MvtDecodeOptions
Source§impl Debug for MvtDecodeOptions
impl Debug for MvtDecodeOptions
Auto Trait Implementations§
impl Freeze for MvtDecodeOptions
impl RefUnwindSafe for MvtDecodeOptions
impl Send for MvtDecodeOptions
impl Sync for MvtDecodeOptions
impl Unpin for MvtDecodeOptions
impl UnsafeUnpin for MvtDecodeOptions
impl UnwindSafe for MvtDecodeOptions
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