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 OwnedKVListfn clone(&self) -> OwnedKVList[src]
fn clone(&self) -> OwnedKVListReturns 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 OwnedKVListfn serialize(&self, record: &Record, serializer: &mut Serializer) -> Result[src]
fn serialize(&self, record: &Record, serializer: &mut Serializer) -> ResultSerialize self into Serializer Read more
impl Debug for OwnedKVList[src]
impl Debug for OwnedKVListfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats 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 OwnedKVListimpl Sync for OwnedKVList
impl Sync for OwnedKVList