Struct kml::types::SimpleData
source · pub struct SimpleData {
pub name: String,
pub value: String,
pub attrs: HashMap<String, String>,
}Expand description
kml:SimpleData, 9.6 in the KML specification.
Fields§
§name: String§value: String§attrs: HashMap<String, String>Trait Implementations§
source§impl Clone for SimpleData
impl Clone for SimpleData
source§fn clone(&self) -> SimpleData
fn clone(&self) -> SimpleData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SimpleData
impl Debug for SimpleData
source§impl Default for SimpleData
impl Default for SimpleData
source§fn default() -> SimpleData
fn default() -> SimpleData
Returns the “default value” for a type. Read more
source§impl PartialEq<SimpleData> for SimpleData
impl PartialEq<SimpleData> for SimpleData
source§fn eq(&self, other: &SimpleData) -> bool
fn eq(&self, other: &SimpleData) -> bool
This method tests for
self and other values to be equal, and is used
by ==.