pub struct ObjectStore { /* private fields */ }
Expand description
An object store builder.
Implementations§
Source§impl ObjectStore
impl ObjectStore
Sourcepub fn key_path_array<'a>(
self,
key_path_array: impl IntoIterator<Item = &'a str>,
) -> Self
pub fn key_path_array<'a>( self, key_path_array: impl IntoIterator<Item = &'a str>, ) -> Self
Specify key path array for the object store
Sourcepub fn auto_increment(self, auto_increment: bool) -> Self
pub fn auto_increment(self, auto_increment: bool) -> Self
Specify whether the object store should auto increment keys
Auto Trait Implementations§
impl Freeze for ObjectStore
impl RefUnwindSafe for ObjectStore
impl Send for ObjectStore
impl Sync for ObjectStore
impl Unpin for ObjectStore
impl UnwindSafe for ObjectStore
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