Struct osm_proto_rs::osmformat::PrimitiveGroup [] [src]

pub struct PrimitiveGroup {
    pub nodes: Vec<Node>,
    pub dense: Option<DenseNodes>,
    pub ways: Vec<Way>,
    pub relations: Vec<Relation>,
    pub changesets: Vec<ChangeSet>,
}

Group of OSMPrimitives. All primitives in a group must be the same type.

Fields

Trait Implementations

impl Clone for PrimitiveGroup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PrimitiveGroup
[src]

Formats the value using the given formatter.

impl PartialEq for PrimitiveGroup
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.