Enum osm_types::MemberType
source · pub enum MemberType {
Node,
Way,
Relation,
}
Variants§
Trait Implementations§
source§impl Clone for MemberType
impl Clone for MemberType
source§fn clone(&self) -> MemberType
fn clone(&self) -> MemberType
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 MemberType
impl Debug for MemberType
source§impl Hash for MemberType
impl Hash for MemberType
source§impl PartialEq<MemberType> for MemberType
impl PartialEq<MemberType> for MemberType
source§fn eq(&self, other: &MemberType) -> bool
fn eq(&self, other: &MemberType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.