Struct kip_sql::storage::kip::KipStorage
source · pub struct KipStorage {
pub inner: Arc<KipStorage>,
}
Fields§
§inner: Arc<KipStorage>
Implementations§
source§impl KipStorage
impl KipStorage
Trait Implementations§
source§impl Clone for KipStorage
impl Clone for KipStorage
source§fn clone(&self) -> KipStorage
fn clone(&self) -> KipStorage
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Storage for KipStorage
impl Storage for KipStorage
type TransactionType = KipTransaction
async fn transaction(&self) -> Result<Self::TransactionType, StorageError>
Auto Trait Implementations§
impl !RefUnwindSafe for KipStorage
impl Send for KipStorage
impl Sync for KipStorage
impl Unpin for KipStorage
impl !UnwindSafe for KipStorage
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