Struct kinto_http::batch::BatchResponseWrapper [] [src]

pub struct BatchResponseWrapper {
    pub client: KintoClient,
    pub status: StatusCode,
    pub headers: Headers,
    pub responses: Vec<ResponseWrapper>,
}

Fields

Trait Implementations

impl From<ResponseWrapper> for BatchResponseWrapper
[src]

Performs the conversion.