Struct copra::message::RpcMeta [] [src]

pub struct RpcMeta {
    pub request: SingularPtrField<RpcRequestMeta>,
    pub response: SingularPtrField<RpcResponseMeta>,
    pub correlation_id: u64,
    // some fields omitted
}

Fields

Methods

impl RpcMeta
[src]

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for RpcMeta
[src]

[src]

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

impl Sync for RpcMeta
[src]

impl Message for RpcMeta
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl MessageStatic for RpcMeta
[src]

impl Clear for RpcMeta
[src]

[src]

impl Debug for RpcMeta
[src]

[src]

Formats the value using the given formatter.

impl ProtobufValue for RpcMeta
[src]

[src]

[src]

[src]

[src]