Struct eth_keystore::EthKeystore
source · [−]pub struct EthKeystore {
pub crypto: CryptoJson,
pub id: Uuid,
pub version: u8,
}
Expand description
This struct represents the deserialized form of an encrypted JSON keystore based on the Web3 Secret Storage Definition.
Fields
crypto: CryptoJson
id: Uuid
version: u8
Trait Implementations
sourceimpl Debug for EthKeystore
impl Debug for EthKeystore
sourceimpl<'de> Deserialize<'de> for EthKeystore
impl<'de> Deserialize<'de> for EthKeystore
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for EthKeystore
impl Serialize for EthKeystore
Auto Trait Implementations
impl RefUnwindSafe for EthKeystore
impl Send for EthKeystore
impl Sync for EthKeystore
impl Unpin for EthKeystore
impl UnwindSafe for EthKeystore
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more