Struct ipfs_api::response::PingResponse [] [src]

pub struct PingResponse {
    pub success: bool,
    pub time: i64,
    pub text: String,
}

Fields

Trait Implementations

impl Debug for PingResponse
[src]

[src]

Formats the value using the given formatter.