Struct ethcore::account_provider::KeyFile[][src]

pub struct KeyFile { /* fields omitted */ }

Public opaque type representing serializable KeyFile.

Trait Implementations

impl Serialize for OpaqueKeyFile
[src]

Serialize this value into the given Serde serializer. Read more

impl<T> From<T> for OpaqueKeyFile where
    T: Into<KeyFile>, 
[src]

Performs the conversion.

impl PartialEq<OpaqueKeyFile> for OpaqueKeyFile
[src]

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

This method tests for !=.

impl Debug for OpaqueKeyFile
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for OpaqueKeyFile

impl Sync for OpaqueKeyFile