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 tags: Vec<Tag>

Trait Implementations

impl PartialEq for Node
[src]

fn eq(&self, __arg_0: &Node) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &Node) -> bool

This method tests for !=.

impl Debug for Node
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.