[][src]Struct varnishslog_types::Proxy

pub struct Proxy<'i> {
    pub version: &'i str,
    pub client_address: Address<'i>,
    pub server_address: Address<'i>,
}

Fields

version: &'i strclient_address: Address<'i>server_address: Address<'i>

Trait Implementations

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

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

Auto Trait Implementations

impl<'i> Send for Proxy<'i>

impl<'i> Unpin for Proxy<'i>

impl<'i> Sync for Proxy<'i>

impl<'i> UnwindSafe for Proxy<'i>

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