pub enum Node {}
Expand description
A Node is some point on the map with associated tags.
Implementations§
Methods from Deref<Target = OSMObject>§
Sourcepub fn positive_id(&self) -> u64
pub fn positive_id(&self) -> u64
Get absolute value of the ID of this object.
Sourcepub fn user_is_anonymous(&self) -> bool
pub fn user_is_anonymous(&self) -> bool
Is this user anonymous?
Get the list of tags for this object.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Node
impl RefUnwindSafe for Node
impl Send for Node
impl Sync for Node
impl Unpin for Node
impl UnwindSafe for Node
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