Struct passivetotal::response::HostAttributeTrackerResult [] [src]

pub struct HostAttributeTrackerResult {
    pub attributeValue: Option<String>,
    pub hostname: Option<String>,
    pub lastSeen: Option<String>,
    pub firstSeen: Option<String>,
    pub attributeType: Option<String>,
}

Fields

attributeValue
hostname
lastSeen
firstSeen
attributeType

Trait Implementations

Derived Implementations

impl Debug for HostAttributeTrackerResult

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

impl Decodable for HostAttributeTrackerResult

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