Enum silk::accountant_skel::Response [] [src]

pub enum Response {
    Balance {
        key: PublicKey,
        val: Option<i64>,
    },
    Entries {
        entries: Vec<Entry>,
    },
    Id {
        id: Hash,
        is_last: bool,
    },
}

Variants

Fields of Balance

Fields of Entries

Fields of Id

Trait Implementations

impl Debug for Response
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Response

impl Sync for Response