pub struct DataApi { /* private fields */ }Implementations§
Source§impl DataApi
impl DataApi
pub fn start_transaction(self) -> Result<Transaction>
Trait Implementations§
Source§impl CollectionGetter for DataApi
impl CollectionGetter for DataApi
fn coll(&self, coll: &str) -> Collection
impl StructuralPartialEq for DataApi
Auto Trait Implementations§
impl Freeze for DataApi
impl RefUnwindSafe for DataApi
impl Send for DataApi
impl Sync for DataApi
impl Unpin for DataApi
impl UnwindSafe for DataApi
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