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 ==
.impl Eq for MemberType
impl StructuralEq for MemberType
impl StructuralPartialEq for MemberType
Auto Trait Implementations§
impl RefUnwindSafe for MemberType
impl Send for MemberType
impl Sync for MemberType
impl Unpin for MemberType
impl UnwindSafe for MemberType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more