Struct ethcore_rpc::v1::types::ConfirmationResponseWithToken [] [src]

pub struct ConfirmationResponseWithToken {
    pub result: ConfirmationResponse,
    pub token: String,
}

Confirmation response with additional token for further requests

Fields

Actual response

New token

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ConfirmationResponseWithToken
[src]

Formats the value using the given formatter.