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>,
impl<T> From<T> for OpaqueKeyFile where
T: Into<KeyFile>,
fn from(val: T) -> OpaqueKeyFile
fn from(val: T) -> OpaqueKeyFile
Performs the conversion.
impl Serialize for OpaqueKeyFile
impl Serialize for OpaqueKeyFile
fn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer,
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 PartialEq<OpaqueKeyFile> for OpaqueKeyFile
impl PartialEq<OpaqueKeyFile> for OpaqueKeyFile
fn eq(&self, __arg_0: &OpaqueKeyFile) -> bool
fn eq(&self, __arg_0: &OpaqueKeyFile) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &OpaqueKeyFile) -> bool
fn ne(&self, __arg_0: &OpaqueKeyFile) -> bool
This method tests for !=
.
impl Debug for OpaqueKeyFile
impl Debug for OpaqueKeyFile
Auto Trait Implementations
impl Send for OpaqueKeyFile
impl Send for OpaqueKeyFile
impl Sync for OpaqueKeyFile
impl Sync for OpaqueKeyFile