pub struct StreamRecord {
pub id: RedisModuleStreamID,
pub fields: Vec<(RedisString, RedisString)>,
}
Fields§
§id: RedisModuleStreamID
§fields: Vec<(RedisString, RedisString)>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StreamRecord
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