[][src]Struct iocutil::alienvault::Pulse

pub struct Pulse {
    pub id: String,
    pub name: String,
    pub author_name: String,
    pub description: Option<String>,
    pub created: Option<String>,
    pub modified: String,
    pub references: Option<Vec<String>>,
    pub tags: Option<Vec<String>>,
    pub targeted_countries: Vec<String>,
    pub indicators: Option<Vec<Indicator>>,
    pub revision: Option<i64>,
    pub adversary: Option<String>,
}

ref. https://github.com/AlienVault-OTX/OTX-Go-SDK/blob/master/src/otxapi/pulses.go#L10

Fields

id: Stringname: Stringauthor_name: Stringdescription: Option<String>created: Option<String>modified: Stringreferences: Option<Vec<String>>tags: Option<Vec<String>>targeted_countries: Vec<String>indicators: Option<Vec<Indicator>>revision: Option<i64>adversary: Option<String>

Trait Implementations

impl Into<Vec<SampleHash>> for Pulse[src]

impl Debug for Pulse[src]

impl<'de> Deserialize<'de> for Pulse[src]

Auto Trait Implementations

impl Send for Pulse

impl Sync for Pulse

impl Unpin for Pulse

impl UnwindSafe for Pulse

impl RefUnwindSafe for Pulse

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err