Struct doapi::response::Meta [] [src]

pub struct Meta {
    pub total: f64,
}

Fields

total

Trait Implementations

Derived Implementations

impl Debug for Meta

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

impl Deserialize for Meta

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