Struct confluence::rpser::Response [] [src]

pub struct Response {
    pub body: Element,
}
[]

XML response representation.

Fields

body

Methods

impl Response

fn from_xml(xml: &str) -> Result<Response>[]

Parse response from XML.

Trait Implementations

Derived Implementations

impl Debug for Response

fn fmt(&self, __arg_0: &mut Formatter) -> Result