Struct redis_driver::StreamEntry
source · pub struct StreamEntry<V>where
V: FromValue,{
pub stream_id: String,
pub items: HashMap<String, V>,
}
Fields
stream_id: String
items: HashMap<String, V>
Trait Implementations
Auto Trait Implementations
impl<V> RefUnwindSafe for StreamEntry<V>where
V: RefUnwindSafe,
impl<V> Send for StreamEntry<V>where
V: Send,
impl<V> Sync for StreamEntry<V>where
V: Sync,
impl<V> Unpin for StreamEntry<V>where
V: Unpin,
impl<V> UnwindSafe for StreamEntry<V>where
V: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more