pub struct OwnedKVList { /* private fields */ }
Expand description
Chain of SyncMultiSerialize
-s of a Logger
and its ancestors
Trait Implementations§
Source§impl Clone for OwnedKVList
impl Clone for OwnedKVList
Source§fn clone(&self) -> OwnedKVList
fn clone(&self) -> OwnedKVList
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for OwnedKVList
impl Debug for OwnedKVList
Source§impl<T> From<OwnedKV<T>> for OwnedKVListwhere
T: SendSyncRefUnwindSafeKV + 'static,
impl<T> From<OwnedKV<T>> for OwnedKVListwhere
T: SendSyncRefUnwindSafeKV + 'static,
Auto Trait Implementations§
impl Freeze for OwnedKVList
impl RefUnwindSafe for OwnedKVList
impl Send for OwnedKVList
impl Sync for OwnedKVList
impl Unpin for OwnedKVList
impl UnwindSafe for OwnedKVList
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more