Struct passivetotal::response::HostAttributeComponentResponse [] [src]

pub struct HostAttributeComponentResponse {
    pub results: Option<Vec<HostAttributeComponentResult>>,
}

Fields

results

Trait Implementations

Derived Implementations

impl Debug for HostAttributeComponentResponse

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

impl Decodable for HostAttributeComponentResponse

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<HostAttributeComponentResponse, __D::Error>