Struct osm_xml::Way [] [src]

pub struct Way {
    pub id: Id,
    pub tags: Vec<Tag>,
    pub nodes: Vec<UnresolvedReference>,
}

Fields

id: Id tags: Vec<Tag> nodes: Vec<UnresolvedReference>

Trait Implementations

impl PartialEq for Way
[src]

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

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

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

This method tests for !=.

impl Debug for Way
[src]

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

Formats the value using the given formatter.