pub struct Kml {
pub addr: Option<String>,
pub locations: Vec<Location>,
tag: KmlTag,
pub curr: Location,
}
Expand description
KML document.
See https://www.ogc.org/standards/kml/ for the standard and https://developers.google.com/kml for documentation.
Fields§
§addr: Option<String>
Nonstandard addr
attribute of the Document
tag storing the user email address.
locations: Vec<Location>
Placemarks.
tag: KmlTag
Currently parsed XML tag.
curr: Location
Currently parsed placemark.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Kml
impl RefUnwindSafe for Kml
impl Send for Kml
impl Sync for Kml
impl Unpin for Kml
impl UnwindSafe for Kml
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)