Struct passivetotal::response::OSINTResult [] [src]

pub struct OSINTResult {
    pub source: Option<String>,
    pub sourceUrl: Option<String>,
    pub inReport: Option<Vec<String>>,
    pub tags: Option<Vec<String>>,
}

Fields

source
sourceUrl
inReport
tags

Trait Implementations

Derived Implementations

impl Debug for OSINTResult

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

impl Decodable for OSINTResult

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