pub struct GetManyStream { /* private fields */ }Implementations§
Source§impl GetManyStream
impl GetManyStream
pub fn final_detail(&self) -> Option<Detail>
pub async fn next_chunk( &mut self, ) -> Result<Option<Vec<(Key, Option<Bytes>)>>, ClientError>
pub async fn collect(self) -> Result<HashMap<Key, Bytes>, ClientError>
Auto Trait Implementations§
impl !Freeze for GetManyStream
impl !RefUnwindSafe for GetManyStream
impl Send for GetManyStream
impl Sync for GetManyStream
impl Unpin for GetManyStream
impl UnsafeUnpin for GetManyStream
impl !UnwindSafe for GetManyStream
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