pub struct WasmStoreApi;Expand description
WasmStoreApi
Implementations§
Source§impl WasmStoreApi
impl WasmStoreApi
pub fn template_catalog() -> Result<Vec<WasmStoreCatalogEntryResponse>, Error>
pub fn template_status( gc: WasmStoreGcStatus, ) -> Result<WasmStoreStatusResponse, Error>
pub fn prepare_chunk_set( request: TemplateChunkSetPrepareInput, ) -> Result<TemplateChunkSetInfoResponse, Error>
pub fn publish_chunk(request: TemplateChunkInput) -> Result<(), Error>
pub async fn execute_local_store_gc() -> Result<WasmStoreGcExecutionStats, Error>
pub fn template_info( template_id: TemplateId, version: TemplateVersion, ) -> Result<TemplateChunkSetInfoResponse, Error>
pub fn template_chunk( template_id: TemplateId, version: TemplateVersion, chunk_index: u32, ) -> Result<TemplateChunkResponse, Error>
Auto Trait Implementations§
impl Freeze for WasmStoreApi
impl RefUnwindSafe for WasmStoreApi
impl Send for WasmStoreApi
impl Sync for WasmStoreApi
impl Unpin for WasmStoreApi
impl UnsafeUnpin for WasmStoreApi
impl UnwindSafe for WasmStoreApi
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