Struct common::client_datastore::ClientDatastore
source · pub struct ClientDatastore { /* private fields */ }Implementations
Trait Implementations
sourceimpl Datastore for ClientDatastore
impl Datastore for ClientDatastore
type Trans = ClientTransaction
sourcefn bulk_insert<I>(&self, items: I) -> Result<(), Error>where
I: Iterator<Item = BulkInsertItem>,
fn bulk_insert<I>(&self, items: I) -> Result<(), Error>where
I: Iterator<Item = BulkInsertItem>,
Bulk inserts many vertices, edges, and/or properties. Read more
sourcefn transaction(&self) -> Result<ClientTransaction, Error>
fn transaction(&self) -> Result<ClientTransaction, Error>
Creates a new transaction.
Auto Trait Implementations
impl !RefUnwindSafe for ClientDatastore
impl !Send for ClientDatastore
impl !Sync for ClientDatastore
impl Unpin for ClientDatastore
impl !UnwindSafe for ClientDatastore
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more