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.

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

Performs the conversion.