[][src]Struct varnishslog_types::IndexedLog

pub struct IndexedLog<'i> {
    pub vars: LogVarsIndex<'i>,
    pub messages: Vec<String>,
    pub acl_matched: Vec<&'i str>,
    pub acl_not_matched: Vec<&'i str>,
}

Fields

vars: LogVarsIndex<'i>messages: Vec<String>acl_matched: Vec<&'i str>acl_not_matched: Vec<&'i str>

Trait Implementations

impl<'i> Debug for IndexedLog<'i>[src]

impl<'de: 'i, 'i> Deserialize<'de> for IndexedLog<'i>[src]

Auto Trait Implementations

impl<'i> Send for IndexedLog<'i>

impl<'i> Unpin for IndexedLog<'i>

impl<'i> Sync for IndexedLog<'i>

impl<'i> UnwindSafe for IndexedLog<'i>

impl<'i> RefUnwindSafe for IndexedLog<'i>

Blanket Implementations

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

impl<T, U> Into<U> for T where
    U: From<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]