Struct osm_proto_rs::osmformat::HeaderBlock [] [src]

pub struct HeaderBlock {
    pub bbox: Option<HeaderBBox>,
    pub required_features: Vec<String>,
    pub optional_features: Vec<String>,
    pub writingprogram: Option<String>,
    pub source: Option<String>,
    pub osmosis_replication_timestamp: Option<i64>,
    pub osmosis_replication_sequence_number: Option<i64>,
    pub osmosis_replication_base_url: Option<String>,
}

Fields

Additional tags to aid in parsing this dataset

From the bbox field.

replication timestamp, expressed in seconds since the epoch, otherwise the same value as in the "timestamp=..." field in the state.txt file used by Osmosis

replication sequence number (sequenceNumber in state.txt)

replication base URL (from Osmosis' configuration.txt file)

Methods

impl HeaderBlock
[src]

Trait Implementations

impl Clone for HeaderBlock
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HeaderBlock
[src]

Formats the value using the given formatter.

impl PartialEq for HeaderBlock
[src]

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

This method tests for !=.