Struct redis_driver::XAutoClaimResult
source · [−]pub struct XAutoClaimResult<V>where
V: FromValue,{
pub start_stream_id: String,
pub entries: Vec<StreamEntry<V>>,
pub deleted_id: Vec<String>,
}
Fields
start_stream_id: String
entries: Vec<StreamEntry<V>>
deleted_id: Vec<String>
Trait Implementations
Auto Trait Implementations
impl<V> RefUnwindSafe for XAutoClaimResult<V>where
V: RefUnwindSafe,
impl<V> Send for XAutoClaimResult<V>where
V: Send,
impl<V> Sync for XAutoClaimResult<V>where
V: Sync,
impl<V> Unpin for XAutoClaimResult<V>where
V: Unpin,
impl<V> UnwindSafe for XAutoClaimResult<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