Struct doapi::response::Action [] [src]

pub struct Action {
    // some fields omitted
}

Trait Implementations

impl NotArray for Action

impl Display for Action

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

impl NamedResponse for Action

fn name<'a>() -> Cow<'a, str>

Derived Implementations

impl Debug for Action

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

impl Deserialize for Action

fn deserialize<__D>(deserializer: &mut __D) -> Result<Action, __D::Error> where __D: Deserializer