Enum ethcore_rpc::v1::Origin [] [src]

pub enum Origin {
    Rpc,
    Dapps,
    Ipc,
    Signer,
    Unknown,
}

RPC request origin

Variants

RPC server

Dapps server

IPC server

Signer

Unknown

Trait Implementations

impl Clone for Origin
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Origin
[src]

Formats the value using the given formatter.

impl PartialEq for Origin
[src]

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

This method tests for !=.

impl Default for Origin
[src]

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