Struct protobuf::well_known_types::Int32Value [] [src]

pub struct Int32Value {
    pub value: i32,
    // some fields omitted
}

Fields

Methods

impl Int32Value
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl PartialEq for Int32Value
[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 Int32Value
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Int32Value
[src]

[src]

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

impl Sync for Int32Value
[src]

impl Message for Int32Value
[src]

impl MessageStatic for Int32Value
[src]

impl Clear for Int32Value
[src]

[src]

impl Debug for Int32Value
[src]

[src]

Formats the value using the given formatter. Read more

impl ProtobufValue for Int32Value
[src]

[src]

[src]

[src]

[src]

Auto Trait Implementations

impl Send for Int32Value