Struct redis_module::stream::StreamRecord
source · pub struct StreamRecord {
pub id: RedisModuleStreamID,
pub fields: Vec<(RedisString, RedisString)>,
}
Fields§
§id: RedisModuleStreamID
§fields: Vec<(RedisString, RedisString)>
Auto Trait Implementations§
impl RefUnwindSafe for StreamRecord
impl !Send for StreamRecord
impl !Sync for StreamRecord
impl Unpin for StreamRecord
impl UnwindSafe for StreamRecord
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