pub struct RandomBlobAsyncReadSeekAdapter<'r, R: RandomReadBlobAsync + 'r> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'r, R: RandomReadBlobAsync + 'r> AsyncRead for RandomBlobAsyncReadSeekAdapter<'r, R>
impl<'r, R: RandomReadBlobAsync + 'r> AsyncRead for RandomBlobAsyncReadSeekAdapter<'r, R>
Source§impl<'r, R: RandomReadBlobAsync + 'r> AsyncSeek for RandomBlobAsyncReadSeekAdapter<'r, R>
impl<'r, R: RandomReadBlobAsync + 'r> AsyncSeek for RandomBlobAsyncReadSeekAdapter<'r, R>
impl<'pin, 'r, R: RandomReadBlobAsync + 'r> Unpin for RandomBlobAsyncReadSeekAdapter<'r, R>where
PinnedFieldsOf<__RandomBlobAsyncReadSeekAdapter<'pin, 'r, R>>: Unpin,
Auto Trait Implementations§
impl<'r, R> Freeze for RandomBlobAsyncReadSeekAdapter<'r, R>where
<R as RandomReadBlobAsync>::ReadFuture<'r, 'static>: Freeze,
<R as RandomReadBlobAsync>::ReadVecFuture<'r, 'static, 'static>: Freeze,
impl<'r, R> RefUnwindSafe for RandomBlobAsyncReadSeekAdapter<'r, R>where
R: RefUnwindSafe,
<R as RandomReadBlobAsync>::ReadFuture<'r, 'static>: RefUnwindSafe,
<R as RandomReadBlobAsync>::ReadVecFuture<'r, 'static, 'static>: RefUnwindSafe,
impl<'r, R> Send for RandomBlobAsyncReadSeekAdapter<'r, R>where
R: Sync,
<R as RandomReadBlobAsync>::ReadFuture<'r, 'static>: Send,
<R as RandomReadBlobAsync>::ReadVecFuture<'r, 'static, 'static>: Send,
impl<'r, R> Sync for RandomBlobAsyncReadSeekAdapter<'r, R>where
R: Sync,
<R as RandomReadBlobAsync>::ReadFuture<'r, 'static>: Sync,
<R as RandomReadBlobAsync>::ReadVecFuture<'r, 'static, 'static>: Sync,
impl<'r, R> UnwindSafe for RandomBlobAsyncReadSeekAdapter<'r, R>where
R: RefUnwindSafe,
<R as RandomReadBlobAsync>::ReadFuture<'r, 'static>: UnwindSafe,
<R as RandomReadBlobAsync>::ReadVecFuture<'r, 'static, 'static>: UnwindSafe,
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