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