pub enum NonPickableLayerKind {
Raster,
Background,
Hillshade,
}Expand description
Native layer families that are explicitly not normal feature-pick
targets in v1.0.
Variants§
Trait Implementations§
Source§impl Clone for NonPickableLayerKind
impl Clone for NonPickableLayerKind
Source§fn clone(&self) -> NonPickableLayerKind
fn clone(&self) -> NonPickableLayerKind
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 NonPickableLayerKind
impl Debug for NonPickableLayerKind
Source§impl Hash for NonPickableLayerKind
impl Hash for NonPickableLayerKind
Source§impl PartialEq for NonPickableLayerKind
impl PartialEq for NonPickableLayerKind
impl Copy for NonPickableLayerKind
impl Eq for NonPickableLayerKind
impl StructuralPartialEq for NonPickableLayerKind
Auto Trait Implementations§
impl Freeze for NonPickableLayerKind
impl RefUnwindSafe for NonPickableLayerKind
impl Send for NonPickableLayerKind
impl Sync for NonPickableLayerKind
impl Unpin for NonPickableLayerKind
impl UnsafeUnpin for NonPickableLayerKind
impl UnwindSafe for NonPickableLayerKind
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