pub struct Poi {
pub id: i64,
pub lat: f64,
pub lon: f64,
pub tags: HashMap<String, String>,
}Fields§
§id: i64§lat: f64§lon: f64Auto Trait Implementations§
impl Freeze for Poi
impl RefUnwindSafe for Poi
impl Send for Poi
impl Sync for Poi
impl Unpin for Poi
impl UnsafeUnpin for Poi
impl UnwindSafe for Poi
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