Enum osm_xml::UnresolvedReference
[−]
[src]
pub enum UnresolvedReference {
Node(Id),
Way(Id),
Relation(Id),
}Variants
Node(Id)Way(Id)Relation(Id)Trait Implementations
impl Debug for UnresolvedReference[src]
impl PartialEq for UnresolvedReference[src]
fn eq(&self, __arg_0: &UnresolvedReference) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &UnresolvedReference) -> bool
This method tests for !=.
impl Copy for UnresolvedReference[src]
impl Clone for UnresolvedReference[src]
fn clone(&self) -> UnresolvedReference
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more