Struct emerald_rs::keystore::SerializableKeyFileHD[][src]

pub struct SerializableKeyFileHD { /* fields omitted */ }

A serializable keystore file (UTC / JSON format)

Trait Implementations

impl Clone for SerializableKeyFileHD
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SerializableKeyFileHD
[src]

Formats the value using the given formatter. Read more

impl Into<KeyFile> for SerializableKeyFileHD
[src]

Performs the conversion.

Auto Trait Implementations