Struct versatiles_lib::containers::versatiles::DataReaderFile
source · pub struct DataReaderFile { /* private fields */ }Trait Implementations§
source§impl DataReaderTrait for DataReaderFile
impl DataReaderTrait for DataReaderFile
fn new<'life0, 'async_trait>( source: &'life0 str ) -> Pin<Box<dyn Future<Output = Result<Box<Self>>> + Send + 'async_trait>>where Self: 'async_trait, 'life0: 'async_trait,
fn read_range<'life0, 'life1, 'async_trait>( &'life0 mut self, range: &'life1 ByteRange ) -> Pin<Box<dyn Future<Output = Result<Blob>> + Send + 'async_trait>>where Self: 'async_trait, 'life0: 'async_trait, 'life1: 'async_trait,
fn get_name(&self) -> &str
Auto Trait Implementations§
impl RefUnwindSafe for DataReaderFile
impl Send for DataReaderFile
impl Sync for DataReaderFile
impl Unpin for DataReaderFile
impl UnwindSafe for DataReaderFile
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