Struct varnishslog::store::VslStore [] [src]

pub struct VslStore<T: Debug> { /* fields omitted */ }

Methods

impl<T: Debug> VslStore<T>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Important traits for Values<'a, T>
[src]

Trait Implementations

impl<T: Debug + Debug> Debug for VslStore<T>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for VslStore<T> where
    T: Send

impl<T> Sync for VslStore<T> where
    T: Sync