pub struct AsyncIter<'a, T: FromRedisValue + 'a> { /* private fields */ }
Expand description
Represents a redis iterator that can be used with async connections.
Implementations
sourceimpl<'a, T: FromRedisValue + 'a> AsyncIter<'a, T>
impl<'a, T: FromRedisValue + 'a> AsyncIter<'a, T>
Auto Trait Implementations
impl<'a, T> !RefUnwindSafe for AsyncIter<'a, T>
impl<'a, T> Send for AsyncIter<'a, T> where
T: Send,
impl<'a, T> !Sync for AsyncIter<'a, T>
impl<'a, T> Unpin for AsyncIter<'a, T> where
T: Unpin,
impl<'a, T> !UnwindSafe for AsyncIter<'a, T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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