Struct protobuf::well_known_types::UInt64Value [] [src]

pub struct UInt64Value {
    pub value: u64,
    // some fields omitted
}

Fields

Methods

impl UInt64Value
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for UInt64Value
[src]

[src]

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

impl Sync for UInt64Value
[src]

impl Message for UInt64Value
[src]

impl MessageStatic for UInt64Value
[src]

impl Clear for UInt64Value
[src]

[src]

impl Debug for UInt64Value
[src]

[src]

Formats the value using the given formatter. Read more

impl ProtobufValue for UInt64Value
[src]

[src]

[src]

[src]

[src]

Auto Trait Implementations

impl Send for UInt64Value