Struct ethcore_rpc::Metadata [] [src]

pub struct Metadata {
    pub dapp_id: Option<String>,
    pub origin: Origin,
}

RPC methods metadata.

Fields

Current dapplication identifier

Request origin

Trait Implementations

impl Clone for Metadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Metadata
[src]

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

impl Debug for Metadata
[src]

Formats the value using the given formatter.

impl PartialEq for Metadata
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Metadata for Metadata
[src]