Struct emerald_rs::keystore::SerializableKeyFileCore [] [src]

pub struct SerializableKeyFileCore { /* fields omitted */ }

A serializable keystore file (UTC / JSON format)

Trait Implementations

impl Clone for SerializableKeyFileCore
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SerializableKeyFileCore
[src]

[src]

Formats the value using the given formatter.

impl Decodable for SerializableKeyFileCore
[src]

[src]

Deserialize a value using a Decoder.

impl Encodable for SerializableKeyFileCore
[src]

[src]

Serialize a value using an Encoder.

impl Into<KeyFile> for SerializableKeyFileCore
[src]

[src]

Performs the conversion.