Struct protobuf::well_known_types::BytesValue [] [src]

pub struct BytesValue {
    pub value: Vec<u8>,
    // some fields omitted
}

Fields

Methods

impl BytesValue
[src]

Trait Implementations

impl PartialEq for BytesValue
[src]

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

This method tests for !=.

impl Clone for BytesValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for BytesValue
[src]

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

impl Sync for BytesValue
[src]

impl Message for BytesValue
[src]

impl MessageStatic for BytesValue
[src]

impl Clear for BytesValue
[src]

impl Debug for BytesValue
[src]

Formats the value using the given formatter.

impl ProtobufValue for BytesValue
[src]