Struct ethcore_accounts::KeyFile
source · [−]pub struct KeyFile { /* private fields */ }
Expand description
Public opaque type representing serializable KeyFile
.
Trait Implementations
sourceimpl Debug for OpaqueKeyFile
impl Debug for OpaqueKeyFile
sourceimpl<T> From<T> for OpaqueKeyFile where
T: Into<KeyFile>,
impl<T> From<T> for OpaqueKeyFile where
T: Into<KeyFile>,
sourcepub fn from(val: T) -> OpaqueKeyFile
pub fn from(val: T) -> OpaqueKeyFile
Performs the conversion.
sourceimpl PartialEq<OpaqueKeyFile> for OpaqueKeyFile
impl PartialEq<OpaqueKeyFile> for OpaqueKeyFile
sourcepub fn eq(&self, other: &OpaqueKeyFile) -> bool
pub fn eq(&self, other: &OpaqueKeyFile) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcepub fn ne(&self, other: &OpaqueKeyFile) -> bool
pub fn ne(&self, other: &OpaqueKeyFile) -> bool
This method tests for !=
.
sourceimpl Serialize for OpaqueKeyFile
impl Serialize for OpaqueKeyFile
sourcepub fn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer,
pub 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 StructuralPartialEq for OpaqueKeyFile
Auto Trait Implementations
impl RefUnwindSafe for OpaqueKeyFile
impl Send for OpaqueKeyFile
impl Sync for OpaqueKeyFile
impl Unpin for OpaqueKeyFile
impl UnwindSafe for OpaqueKeyFile
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more