Struct ethcore::account_provider::KeyFile []

pub struct KeyFile { /* fields omitted */ }

Public opaque type representing serializable KeyFile.

Trait Implementations

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

Performs the conversion.

impl Serialize for OpaqueKeyFile

Serialize this value into the given Serde serializer. Read more

impl PartialEq<OpaqueKeyFile> for OpaqueKeyFile

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for OpaqueKeyFile

impl Sync for OpaqueKeyFile