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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl KV for OwnedKVList
[src]

Serialize self into Serializer Read more

impl Debug for OwnedKVList
[src]

Formats the value using the given formatter. Read more

impl<T> From<OwnedKV<T>> for OwnedKVList where
    T: SendSyncRefUnwindSafeKV + 'static, 
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for OwnedKVList

impl Sync for OwnedKVList