pub struct MapWidget { /* private fields */ }Expand description
A Map widget
Implementations§
Auto Trait Implementations§
impl Freeze for MapWidget
impl RefUnwindSafe for MapWidget
impl Send for MapWidget
impl Sync for MapWidget
impl Unpin for MapWidget
impl UnwindSafe for MapWidget
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