[][src]Struct osmpbf::block::PrimitiveGroup

pub struct PrimitiveGroup<'a> { /* fields omitted */ }

A PrimitiveGroup contains a sequence of elements of one type.

Methods

impl<'a> PrimitiveGroup<'a>[src]

Important traits for GroupNodeIter<'a>
pub fn nodes(&self) -> GroupNodeIter<'a>[src]

Returns an iterator over the nodes in this group.

Important traits for DenseNodeIter<'a>
pub fn dense_nodes(&self) -> DenseNodeIter<'a>[src]

Returns an iterator over the dense nodes in this group.

Important traits for GroupWayIter<'a>
pub fn ways(&self) -> GroupWayIter<'a>[src]

Returns an iterator over the ways in this group.

Important traits for GroupRelationIter<'a>
pub fn relations(&self) -> GroupRelationIter<'a>[src]

Returns an iterator over the relations in this group.

Trait Implementations

impl<'a> Clone for PrimitiveGroup<'a>[src]

impl<'a> Debug for PrimitiveGroup<'a>[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for PrimitiveGroup<'a>

impl<'a> Send for PrimitiveGroup<'a>

impl<'a> Sync for PrimitiveGroup<'a>

impl<'a> Unpin for PrimitiveGroup<'a>

impl<'a> UnwindSafe for PrimitiveGroup<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.