Struct log::kv::source::AsMap [−][src]
pub struct AsMap<S>(_);
The result of calling Source::as_map
.
Trait Implementations
Auto Trait Implementations
impl<S> RefUnwindSafe for AsMap<S> where
S: RefUnwindSafe,
S: RefUnwindSafe,
impl<S> Send for AsMap<S> where
S: Send,
S: Send,
impl<S> Sync for AsMap<S> where
S: Sync,
S: Sync,
impl<S> Unpin for AsMap<S> where
S: Unpin,
S: Unpin,
impl<S> UnwindSafe for AsMap<S> where
S: UnwindSafe,
S: UnwindSafe,