Struct ipfs_api_backend_hyper::response::IdResponse [−][src]
pub struct IdResponse {
pub id: String,
pub public_key: String,
pub addresses: Vec<String, Global>,
pub agent_version: String,
pub protocol_version: String,
}
Fields
id: String
public_key: String
addresses: Vec<String, Global>
agent_version: String
protocol_version: String
Trait Implementations
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<IdResponse, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<IdResponse, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for IdResponse
impl Send for IdResponse
impl Sync for IdResponse
impl Unpin for IdResponse
impl UnwindSafe for IdResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more