pub struct Engine { /* private fields */ }Implementations§
Source§impl Engine
impl Engine
Sourcepub fn iter(&self, options: IteratorOptions) -> Iterator<'_>
pub fn iter(&self, options: IteratorOptions) -> Iterator<'_>
Create a new iterator
Source§impl Engine
impl Engine
Sourcepub fn new_write_batch(
&self,
options: WriteBatchOptions,
) -> Result<WriteBatch<'_>>
pub fn new_write_batch( &self, options: WriteBatchOptions, ) -> Result<WriteBatch<'_>>
Create a new write batch.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Engine
impl !RefUnwindSafe for Engine
impl Send for Engine
impl Sync for Engine
impl Unpin for Engine
impl !UnwindSafe for Engine
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