Struct osmpbfreader::osmformat::HeaderBlock [] [src]

pub struct HeaderBlock {
    // some fields omitted
}

Methods

impl HeaderBlock
[src]

fn new() -> HeaderBlock

fn default_instance() -> &'static HeaderBlock

fn clear_bbox(&mut self)

fn has_bbox(&self) -> bool

fn set_bbox(&mut self, v: HeaderBBox)

fn mut_bbox<'a>(&'a mut self) -> &'a mut HeaderBBox

fn take_bbox(&mut self) -> HeaderBBox

fn get_bbox<'a>(&'a self) -> &'a HeaderBBox

fn clear_required_features(&mut self)

fn set_required_features(&mut self, v: RepeatedField<String>)

fn mut_required_features<'a>(&'a mut self) -> &'a mut RepeatedField<String>

fn take_required_features(&mut self) -> RepeatedField<String>

fn get_required_features<'a>(&'a self) -> &'a [String]

fn clear_optional_features(&mut self)

fn set_optional_features(&mut self, v: RepeatedField<String>)

fn mut_optional_features<'a>(&'a mut self) -> &'a mut RepeatedField<String>

fn take_optional_features(&mut self) -> RepeatedField<String>

fn get_optional_features<'a>(&'a self) -> &'a [String]

fn clear_writingprogram(&mut self)

fn has_writingprogram(&self) -> bool

fn set_writingprogram(&mut self, v: String)

fn mut_writingprogram<'a>(&'a mut self) -> &'a mut String

fn take_writingprogram(&mut self) -> String

fn get_writingprogram<'a>(&'a self) -> &'a str

fn clear_source(&mut self)

fn has_source(&self) -> bool

fn set_source(&mut self, v: String)

fn mut_source<'a>(&'a mut self) -> &'a mut String

fn take_source(&mut self) -> String

fn get_source<'a>(&'a self) -> &'a str

fn clear_osmosis_replication_timestamp(&mut self)

fn has_osmosis_replication_timestamp(&self) -> bool

fn set_osmosis_replication_timestamp(&mut self, v: i64)

fn get_osmosis_replication_timestamp<'a>(&self) -> i64

fn clear_osmosis_replication_sequence_number(&mut self)

fn has_osmosis_replication_sequence_number(&self) -> bool

fn set_osmosis_replication_sequence_number(&mut self, v: i64)

fn get_osmosis_replication_sequence_number<'a>(&self) -> i64

fn clear_osmosis_replication_base_url(&mut self)

fn has_osmosis_replication_base_url(&self) -> bool

fn set_osmosis_replication_base_url(&mut self, v: String)

fn mut_osmosis_replication_base_url<'a>(&'a mut self) -> &'a mut String

fn take_osmosis_replication_base_url(&mut self) -> String

fn get_osmosis_replication_base_url<'a>(&'a self) -> &'a str

Trait Implementations

impl Debug for HeaderBlock
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Default for HeaderBlock
[src]

fn default() -> HeaderBlock

Returns the "default value" for a type. Read more

impl Clone for HeaderBlock
[src]

fn clone(&self) -> HeaderBlock

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Message for HeaderBlock
[src]

fn is_initialized(&self) -> bool

fn merge_from(&mut self, is: &mut CodedInputStream) -> ProtobufResult<()>

fn compute_size(&self) -> u32

fn write_to_with_cached_sizes(&self, os: &mut CodedOutputStream) -> ProtobufResult<()>

fn get_cached_size(&self) -> u32

fn get_unknown_fields<'s>(&'s self) -> &'s UnknownFields

fn mut_unknown_fields<'s>(&'s mut self) -> &'s mut UnknownFields

fn type_id(&self) -> TypeId

fn as_any(&self) -> &Any

fn descriptor(&self) -> &'static MessageDescriptor

fn write_to(&self, os: &mut CodedOutputStream) -> Result<(), ProtobufError>

fn write_length_delimited_to(&self, os: &mut CodedOutputStream) -> Result<(), ProtobufError>

fn merge_from_bytes(&mut self, bytes: &[u8]) -> Result<(), ProtobufError>

fn check_initialized(&self) -> Result<(), ProtobufError>

fn write_to_writer(&self, w: &mut Write) -> Result<(), ProtobufError>

fn write_to_vec(&self, v: &mut Vec<u8>) -> Result<(), ProtobufError>

fn write_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>

fn write_length_delimited_to_writer(&self, w: &mut Write) -> Result<(), ProtobufError>

fn write_length_delimited_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>

impl MessageStatic for HeaderBlock
[src]

fn new() -> HeaderBlock

fn descriptor_static(Option<Self>) -> &'static MessageDescriptor

impl Clear for HeaderBlock
[src]

fn clear(&mut self)

impl PartialEq for HeaderBlock
[src]

fn eq(&self, other: &HeaderBlock) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.