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 duplicate 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 PartialEq for MemberType
impl PartialEq for MemberType
impl StructuralPartialEq for MemberType
Auto Trait Implementations§
impl Freeze for MemberType
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