[][src]Struct osquery_types::SocketEventColumns

pub struct SocketEventColumns<'a> {
    pub time: &'a str,
    pub success: &'a str,
    pub remote_port: &'a str,
    pub action: &'a str,
    pub auid: &'a str,
    pub family: &'a str,
    pub local_address: &'a str,
    pub local_port: &'a str,
    pub path: &'a str,
    pub pid: &'a str,
    pub remote_address: &'a str,
    pub decorations: Option<HashMap<&'a str, &'a str>>,
}

Fields

time: &'a strsuccess: &'a strremote_port: &'a straction: &'a strauid: &'a strfamily: &'a strlocal_address: &'a strlocal_port: &'a strpath: &'a strpid: &'a strremote_address: &'a strdecorations: Option<HashMap<&'a str, &'a str>>

Trait Implementations

impl<'a> Serialize for SocketEventColumns<'a>[src]

impl<'de: 'a, 'a> Deserialize<'de> for SocketEventColumns<'a>[src]

Auto Trait Implementations

impl<'a> Send for SocketEventColumns<'a>

impl<'a> Sync for SocketEventColumns<'a>

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> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<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]