pub struct CarStore<S: AsyncRead + AsyncSeek> { /* private fields */ }Expand description
An indexed reader/writer for CAR files.
Implementations§
Trait Implementations§
Source§impl<R: AsyncRead + AsyncSeek + Send + Unpin> AsyncBlockStoreRead for CarStore<R>
impl<R: AsyncRead + AsyncSeek + Send + Unpin> AsyncBlockStoreRead for CarStore<R>
Source§impl<R: AsyncRead + AsyncWrite + AsyncSeek + Send + Unpin> AsyncBlockStoreWrite for CarStore<R>
impl<R: AsyncRead + AsyncWrite + AsyncSeek + Send + Unpin> AsyncBlockStoreWrite for CarStore<R>
Auto Trait Implementations§
impl<S> Freeze for CarStore<S>where
S: Freeze,
impl<S> RefUnwindSafe for CarStore<S>where
S: RefUnwindSafe,
impl<S> Send for CarStore<S>where
S: Send,
impl<S> Sync for CarStore<S>where
S: Sync,
impl<S> Unpin for CarStore<S>where
S: Unpin,
impl<S> UnwindSafe for CarStore<S>where
S: 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