Struct ipfs_api::response::VersionResponse [−][src]
pub struct VersionResponse { pub version: String, pub commit: String, pub repo: String, pub system: String, pub golang: String, }
Fields
version: String
commit: String
repo: String
system: String
golang: String
Trait Implementations
impl Debug for VersionResponse
[src]
impl Debug for VersionResponse
Auto Trait Implementations
impl Send for VersionResponse
impl Send for VersionResponse
impl Sync for VersionResponse
impl Sync for VersionResponse