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]
impl Clone for OwnedKVList
fn clone(&self) -> OwnedKVList
[src]
fn clone(&self) -> OwnedKVList
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl KV for OwnedKVList
[src]
impl KV for OwnedKVList
fn serialize(&self, record: &Record, serializer: &mut Serializer) -> Result
[src]
fn serialize(&self, record: &Record, serializer: &mut Serializer) -> Result
Serialize self into Serializer
Read more
impl Debug for OwnedKVList
[src]
impl Debug for OwnedKVList
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl<T> From<OwnedKV<T>> for OwnedKVList where
T: SendSyncRefUnwindSafeKV + 'static,
[src]
impl<T> From<OwnedKV<T>> for OwnedKVList where
T: SendSyncRefUnwindSafeKV + 'static,
Auto Trait Implementations
impl Send for OwnedKVList
impl Send for OwnedKVList
impl Sync for OwnedKVList
impl Sync for OwnedKVList