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§
Source§impl<V> FromValue for StreamEntry<V>where
V: FromValue,
impl<V> FromValue for StreamEntry<V>where
V: FromValue,
Auto Trait Implementations§
impl<V> Freeze for StreamEntry<V>
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§
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