[][src]Struct varnishslog_types::Compression

pub struct Compression<'i> {
    pub operation: &'i str,
    pub bytes_in: u64,
    pub bytes_out: u64,
}

Fields

operation: &'i strbytes_in: u64bytes_out: u64

Trait Implementations

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

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

Auto Trait Implementations

impl<'i> Send for Compression<'i>

impl<'i> Unpin for Compression<'i>

impl<'i> Sync for Compression<'i>

impl<'i> UnwindSafe for Compression<'i>

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