Struct cfxcore_accounts::KeyFile
pub struct KeyFile { /* private fields */ }
Expand description
Public opaque type representing serializable KeyFile
.
Trait Implementations§
§impl Debug for OpaqueKeyFile
impl Debug for OpaqueKeyFile
§impl<T> From<T> for OpaqueKeyFilewhere
T: Into<KeyFile>,
impl<T> From<T> for OpaqueKeyFilewhere
T: Into<KeyFile>,
§fn from(val: T) -> OpaqueKeyFile
fn from(val: T) -> OpaqueKeyFile
Converts to this type from the input type.
§impl PartialEq for OpaqueKeyFile
impl PartialEq for OpaqueKeyFile
§fn eq(&self, other: &OpaqueKeyFile) -> bool
fn eq(&self, other: &OpaqueKeyFile) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§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 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more