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

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

Fields

Methods

impl UInt64Value
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for UInt64Value
[src]

Formats the value using the given formatter.

impl ProtobufValue for UInt64Value
[src]