pub struct RexieBuilder { /* private fields */ }
Expand description
Builder for creating a new database.
Implementations§
Source§impl RexieBuilder
impl RexieBuilder
Sourcepub fn add_object_store(self, object_store: ObjectStore) -> Self
pub fn add_object_store(self, object_store: ObjectStore) -> Self
Add an object store to the database.
Auto Trait Implementations§
impl Freeze for RexieBuilder
impl RefUnwindSafe for RexieBuilder
impl Send for RexieBuilder
impl Sync for RexieBuilder
impl Unpin for RexieBuilder
impl UnwindSafe for RexieBuilder
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