Struct dittolive_ditto::store::batch::ScopedStore [−][src]
pub struct ScopedStore<'batch> { /* fields omitted */ }
Implementations
pub fn collection<'coll>(
self: &'coll mut ScopedStore<'batch>,
collection_name: &str
) -> ScopedCollection<'coll, 'batch>
Auto Trait Implementations
impl<'batch> RefUnwindSafe for ScopedStore<'batch>
impl<'batch> !Send for ScopedStore<'batch>
impl<'batch> !Sync for ScopedStore<'batch>
impl<'batch> Unpin for ScopedStore<'batch>
impl<'batch> !UnwindSafe for ScopedStore<'batch>
Blanket Implementations
Mutably borrows from an owned value. Read more