Struct protobuf::descriptor::DescriptorProto_ReservedRange [] [src]

pub struct DescriptorProto_ReservedRange { /* fields omitted */ }

Methods

impl DescriptorProto_ReservedRange
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl PartialEq for DescriptorProto_ReservedRange
[src]

[src]

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

[src]

This method tests for !=.

impl Clone for DescriptorProto_ReservedRange
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for DescriptorProto_ReservedRange
[src]

[src]

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

impl Message for DescriptorProto_ReservedRange
[src]

[src]

True iff all required fields are initialized. Always returns true for protobuf 3. Read more

[src]

Update this message object with fields read from given stream.

[src]

Compute and cache size of this message and all nested messages

[src]

Write message to the stream. Read more

[src]

Get size previously computed by compute_size.

[src]

Get a reference to unknown fields.

[src]

Get a mutable reference to unknown fields.

[src]

View self as Any.

[src]

View self as mutable Any.

[src]

Convert boxed self to boxed Any.

[src]

Message descriptor for this message, used for reflection.

[src]

Create an empty message object.

[src]

Get message descriptor for message type.

[src]

Return a pointer to default immutable message.

[src]

Write the message to the stream. Read more

[src]

Write the message to the stream prepending the message with message length encoded as varint. Read more

[src]

Write the message to the vec, prepend the message with message length encoded as varint. Read more

[src]

Update this message object with fields read from given stream.

[src]

Check if all required fields of this object are initialized.

[src]

Write the message to the writer.

[src]

Write the message to bytes vec.

[src]

Write the message to bytes vec.

[src]

Write the message to the writer, prepend the message with message length encoded as varint. Read more

[src]

Write the message to the bytes vec, prepend the message with message length encoded as varint. Read more

[src]

Get type id for downcasting.

impl Clear for DescriptorProto_ReservedRange
[src]

[src]

Clear this make, make it equivalent to newly created object.

impl Debug for DescriptorProto_ReservedRange
[src]

[src]

Formats the value using the given formatter. Read more

impl ProtobufValue for DescriptorProto_ReservedRange
[src]

[src]

[src]

[src]

[src]

Auto Trait Implementations