Struct ethcore::account_provider::KeyFile [−][src]
pub struct KeyFile { /* fields omitted */ }Public opaque type representing serializable KeyFile.
Trait Implementations
impl Serialize for OpaqueKeyFile[src]
impl Serialize for OpaqueKeyFilefn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer, [src]
fn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer, Serialize this value into the given Serde serializer. Read more
impl<T> From<T> for OpaqueKeyFile where
T: Into<KeyFile>, [src]
impl<T> From<T> for OpaqueKeyFile where
T: Into<KeyFile>, fn from(val: T) -> OpaqueKeyFile[src]
fn from(val: T) -> OpaqueKeyFilePerforms the conversion.
impl PartialEq<OpaqueKeyFile> for OpaqueKeyFile[src]
impl PartialEq<OpaqueKeyFile> for OpaqueKeyFilefn eq(&self, other: &OpaqueKeyFile) -> bool[src]
fn eq(&self, other: &OpaqueKeyFile) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &OpaqueKeyFile) -> bool[src]
fn ne(&self, other: &OpaqueKeyFile) -> boolThis method tests for !=.
impl Debug for OpaqueKeyFile[src]
impl Debug for OpaqueKeyFileAuto Trait Implementations
impl Send for OpaqueKeyFile
impl Send for OpaqueKeyFileimpl Sync for OpaqueKeyFile
impl Sync for OpaqueKeyFile