Struct ethstore::KeyFile [−][src]
pub struct KeyFile { /* fields omitted */ }Public opaque type representing serializable KeyFile.
Trait Implementations
impl Debug for OpaqueKeyFile[src]
impl Debug for OpaqueKeyFilefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for OpaqueKeyFile[src]
impl PartialEq 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 Serialize for OpaqueKeyFile[src]
impl Serialize for OpaqueKeyFilefn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error> where
S: Serializer, [src]
fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::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>,