pub struct CachingConverterDecorator<K, V> { /* private fields */ }Implementations§
Source§impl<K, V> CachingConverterDecorator<K, V>
impl<K, V> CachingConverterDecorator<K, V>
Trait Implementations§
Source§impl<K: Clone, V: Clone> Clone for CachingConverterDecorator<K, V>
impl<K: Clone, V: Clone> Clone for CachingConverterDecorator<K, V>
Source§fn clone(&self) -> CachingConverterDecorator<K, V>
fn clone(&self) -> CachingConverterDecorator<K, V>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<K, V> Freeze for CachingConverterDecorator<K, V>
impl<K, V> RefUnwindSafe for CachingConverterDecorator<K, V>where
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<K, V> Send for CachingConverterDecorator<K, V>
impl<K, V> Sync for CachingConverterDecorator<K, V>
impl<K, V> Unpin for CachingConverterDecorator<K, V>
impl<K, V> UnsafeUnpin for CachingConverterDecorator<K, V>
impl<K, V> UnwindSafe for CachingConverterDecorator<K, V>where
K: UnwindSafe,
V: UnwindSafe,
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