pub struct RedisStringBatchWriter { /* private fields */ }
Trait Implementations§
Source§impl<K, V, P> Export<Vec<P>, RedisStringBatchWriterConfig> for RedisStringBatchWriterwhere
P: LeftRight<L = K, R = V> + Send + 'static,
K: ToRedisArgs + Clone + Send + 'static,
V: ToRedisArgs + Clone + Send + 'static,
impl<K, V, P> Export<Vec<P>, RedisStringBatchWriterConfig> for RedisStringBatchWriterwhere
P: LeftRight<L = K, R = V> + Send + 'static,
K: ToRedisArgs + Clone + Send + 'static,
V: ToRedisArgs + Clone + Send + 'static,
Source§impl FromConfig<RedisStringBatchWriterConfig> for RedisStringBatchWriter
impl FromConfig<RedisStringBatchWriterConfig> for RedisStringBatchWriter
fn from_config<'async_trait>(
config: RedisStringBatchWriterConfig,
) -> Pin<Box<dyn Future<Output = Result<Self>> + Send + 'async_trait>>where
Self: 'async_trait,
Auto Trait Implementations§
impl Freeze for RedisStringBatchWriter
impl !RefUnwindSafe for RedisStringBatchWriter
impl Send for RedisStringBatchWriter
impl Sync for RedisStringBatchWriter
impl Unpin for RedisStringBatchWriter
impl !UnwindSafe for RedisStringBatchWriter
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