Struct phf_codegen::DisplaySet [−][src]
pub struct DisplaySet<'a, T: 'a> { /* fields omitted */ }
Expand description
An adapter for printing a Set
.
Trait Implementations
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for DisplaySet<'a, T> where
T: RefUnwindSafe,
impl<'a, T> Send for DisplaySet<'a, T> where
T: Sync,
impl<'a, T> Sync for DisplaySet<'a, T> where
T: Sync,
impl<'a, T> Unpin for DisplaySet<'a, T>
impl<'a, T> UnwindSafe for DisplaySet<'a, T> where
T: RefUnwindSafe,