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
result: ConfirmationResponse
Actual response
token: String
New token
Trait Implementations
impl PartialEq for ConfirmationResponseWithToken
[src]
fn eq(&self, __arg_0: &ConfirmationResponseWithToken) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ConfirmationResponseWithToken) -> bool
This method tests for !=
.
impl Clone for ConfirmationResponseWithToken
[src]
fn clone(&self) -> ConfirmationResponseWithToken
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more