pub struct StorageClient<T> { /* private fields */ }
Implementations§
Source§impl<T> StorageClient<T>where
T: Client,
impl<T> StorageClient<T>where
T: Client,
Source§impl<T> StorageClient<T>where
T: Client,
impl<T> StorageClient<T>where
T: Client,
Sourcepub fn post(&self, params: PostParams) -> Result<PostOutput, T::Error>
pub fn post(&self, params: PostParams) -> Result<PostOutput, T::Error>
Create a new storage.
Source§impl<T> StorageClient<T>where
T: Client,
impl<T> StorageClient<T>where
T: Client,
pub fn storage(&self, storage: &str) -> StorageClient<T>
Auto Trait Implementations§
impl<T> Freeze for StorageClient<T>where
T: Freeze,
impl<T> RefUnwindSafe for StorageClient<T>where
T: RefUnwindSafe,
impl<T> Send for StorageClient<T>where
T: Send,
impl<T> Sync for StorageClient<T>where
T: Sync,
impl<T> Unpin for StorageClient<T>where
T: Unpin,
impl<T> UnwindSafe for StorageClient<T>where
T: 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