pub enum VectorLayer {
Mapbox(MapboxVectorLayer),
Open(OpenVectorLayer),
}
Expand description
Layer container supporting both mapbox and open vector layers
Variants§
Trait Implementations§
Source§impl Debug for VectorLayer
impl Debug for VectorLayer
Source§impl VectorLayerMethods for VectorLayer
impl VectorLayerMethods for VectorLayer
Auto Trait Implementations§
impl Freeze for VectorLayer
impl !RefUnwindSafe for VectorLayer
impl !Send for VectorLayer
impl !Sync for VectorLayer
impl Unpin for VectorLayer
impl !UnwindSafe for VectorLayer
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