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§fn clone(&self) -> MvtDecodeOptions
fn clone(&self) -> MvtDecodeOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MvtDecodeOptions
impl Debug for MvtDecodeOptions
Source§impl Default for MvtDecodeOptions
impl Default for MvtDecodeOptions
Source§fn default() -> MvtDecodeOptions
fn default() -> MvtDecodeOptions
Returns the “default value” for a type. Read more
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