pub struct HttpStore { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Store for HttpStore
impl Store for HttpStore
fn get_object(&self, filename: String) -> AsyncStoreResult<'_, Option<Vec<u8>>>
fn put_object<'a>( &'a self, filename: String, content: &'a [u8], ) -> AsyncStoreResult<'_, ()>
Auto Trait Implementations§
impl Freeze for HttpStore
impl RefUnwindSafe for HttpStore
impl Send for HttpStore
impl Sync for HttpStore
impl Unpin for HttpStore
impl UnwindSafe for HttpStore
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