Struct confluence::wsdl::Wsdl [] [src]

pub struct Wsdl {
    pub operations: HashMap<String, Operation>,
}
[]

WSDL document.

Fields

operations

Trait Implementations

Derived Implementations

impl Debug for Wsdl

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