Struct cov::intern::WithInterner[][src]

pub struct WithInterner<'si, T> { /* fields omitted */ }

Trait Implementations

impl<'si, T: Debug> Debug for WithInterner<'si, T>
[src]

Formats the value using the given formatter. Read more

impl<'si, T: SerializeWithInterner> Serialize for WithInterner<'si, T>
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl<'si, T> Send for WithInterner<'si, T> where
    T: Send

impl<'si, T> Sync for WithInterner<'si, T> where
    T: Sync