Struct slog::OwnedKVList
[−]
[src]
pub struct OwnedKVList { /* fields omitted */ }Chain of SyncMultiSerialize-s of a Logger and its ancestors
Trait Implementations
impl Clone for OwnedKVList[src]
fn clone(&self) -> OwnedKVList
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl KV for OwnedKVList[src]
fn serialize(&self, record: &Record, serializer: &mut Serializer) -> Result
Serialize self into Serializer Read more
impl Debug for OwnedKVList[src]
impl<T> From<OwnedKV<T>> for OwnedKVList where
T: SendSyncRefUnwindSafeKV + 'static, [src]
T: SendSyncRefUnwindSafeKV + 'static,