pub enum QueryVerbosity {
Body,
Ids,
Skeleton,
Tags,
}Variants§
Body
Include the element type, ID, coordinates/members, and tags.
Ids
Include the element type and ID only.
Skeleton
Include the element type, ID, and coordinates/members only.
Tags
Include the element type, ID, and tags only.
Trait Implementations§
Source§impl Clone for QueryVerbosity
impl Clone for QueryVerbosity
Source§fn clone(&self) -> QueryVerbosity
fn clone(&self) -> QueryVerbosity
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 QueryVerbosity
impl Debug for QueryVerbosity
Source§impl Default for QueryVerbosity
impl Default for QueryVerbosity
Source§fn default() -> QueryVerbosity
fn default() -> QueryVerbosity
Returns the “default value” for a type. Read more
Source§impl OverpassQL for QueryVerbosity
impl OverpassQL for QueryVerbosity
impl Copy for QueryVerbosity
Auto Trait Implementations§
impl Freeze for QueryVerbosity
impl RefUnwindSafe for QueryVerbosity
impl Send for QueryVerbosity
impl Sync for QueryVerbosity
impl Unpin for QueryVerbosity
impl UnsafeUnpin for QueryVerbosity
impl UnwindSafe for QueryVerbosity
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