Struct iroh_bytes::store::flat::Entry
source · pub struct Entry { /* private fields */ }Trait Implementations§
source§impl MapEntry<Store> for Entry
impl MapEntry<Store> for Entry
source§fn available_ranges(&self) -> BoxFuture<'_, Result<ChunkRanges>>
fn available_ranges(&self) -> BoxFuture<'_, Result<ChunkRanges>>
Compute the available ranges. Read more
source§fn outboard(&self) -> BoxFuture<'_, Result<PreOrderOutboard<MemOrFile>>>
fn outboard(&self) -> BoxFuture<'_, Result<PreOrderOutboard<MemOrFile>>>
A future that resolves to a reader that can be used to read the outboard
source§fn data_reader(&self) -> BoxFuture<'_, Result<MemOrFile>>
fn data_reader(&self) -> BoxFuture<'_, Result<MemOrFile>>
A future that resolves to a reader that can be used to read the data
source§fn is_complete(&self) -> bool
fn is_complete(&self) -> bool
Returns
true if the entry is complete. Read moreAuto Trait Implementations§
impl RefUnwindSafe for Entry
impl Send for Entry
impl Sync for Entry
impl Unpin for Entry
impl UnwindSafe for Entry
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