Struct copra::message::RpcResponseMeta [] [src]

pub struct RpcResponseMeta {
    pub error_code: i32,
    pub error_text: String,
    // some fields omitted
}

Fields

Methods

impl RpcResponseMeta
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for RpcResponseMeta
[src]

[src]

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

impl Sync for RpcResponseMeta
[src]

impl Message for RpcResponseMeta
[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 RpcResponseMeta
[src]

impl Clear for RpcResponseMeta
[src]

[src]

impl Debug for RpcResponseMeta
[src]

[src]

Formats the value using the given formatter.

impl ProtobufValue for RpcResponseMeta
[src]

[src]

[src]

[src]

[src]