Struct osm_xml::Node
[−]
[src]
pub struct Node {
pub id: Id,
pub lat: Coordinate,
pub lon: Coordinate,
pub tags: Vec<Tag>,
}Fields
id: Id
lat: Coordinate
lon: Coordinate
Trait Implementations
impl Debug for Node[src]
impl PartialEq for Node[src]
fn eq(&self, __arg_0: &Node) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Node) -> bool[src]
This method tests for !=.