[][src]Struct varnishslog_types::SessionInfo

pub struct SessionInfo<'i> {
    pub vxid: u32,
    pub open_timestamp: f64,
    pub local_address: Option<Address<'i>>,
    pub remote_address: Address<'i>,
    pub proxy: Option<Proxy<'i>>,
}

Fields

vxid: u32open_timestamp: f64local_address: Option<Address<'i>>remote_address: Address<'i>proxy: Option<Proxy<'i>>

Trait Implementations

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

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

Auto Trait Implementations

impl<'i> Send for SessionInfo<'i>

impl<'i> Sync for SessionInfo<'i>

Blanket Implementations

impl<T> From for T
[src]

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

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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