Struct emerald_core::storage::ChainStorage [] [src]

pub struct ChainStorage<'a> {
    pub id: String,
    // some fields omitted
}

Subdir for a chain

Fields

subdir name

Methods

impl<'a> ChainStorage<'a>
[src]

Crate a new chain

Initialize a new chain

Get chain path

Trait Implementations

impl<'a> Debug for ChainStorage<'a>
[src]

Formats the value using the given formatter.

impl<'a> Clone for ChainStorage<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more