Struct osm_proto_rs::osmformat::ChangeSet [] [src]

pub struct ChangeSet {
    pub id: i64,
}

THIS IS STUB DESIGN FOR CHANGESETS. NOT USED RIGHT NOW. TODO: REMOVE THIS?

Fields

// Parallel arrays. repeated uint32 keys = 2 [packed = true]; // String IDs. repeated uint32 vals = 3 [packed = true]; // String IDs.

optional Info info = 4;

Trait Implementations

impl Clone for ChangeSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChangeSet
[src]

Formats the value using the given formatter.

impl PartialEq for ChangeSet
[src]

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

This method tests for !=.