Struct passivetotal::response::OSINTResponse [] [src]

pub struct OSINTResponse {
    pub results: Option<Vec<OSINTResult>>,
}

Fields

results

Trait Implementations

Derived Implementations

impl Debug for OSINTResponse

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

impl Decodable for OSINTResponse

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