[][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> Unpin for SessionInfo<'i>

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

impl<'i> UnwindSafe for SessionInfo<'i>

impl<'i> RefUnwindSafe for SessionInfo<'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]