pub struct MapPlugin;Expand description
Map plugin using Leaflet 1.9.4.
Renders interactive maps from JSON props. Configuration is stored in
data-ferro-map attributes on container elements; a single init script
initializes all maps on the page.
Trait Implementations§
Source§impl JsonUiPlugin for MapPlugin
impl JsonUiPlugin for MapPlugin
Auto Trait Implementations§
impl Freeze for MapPlugin
impl RefUnwindSafe for MapPlugin
impl Send for MapPlugin
impl Sync for MapPlugin
impl Unpin for MapPlugin
impl UnsafeUnpin for MapPlugin
impl UnwindSafe for MapPlugin
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