Struct schemadb::SchemaBatch
source · pub struct SchemaBatch { /* private fields */ }
Expand description
SchemaBatch
holds a collection of updates that can be applied to a DB atomically. The updates
will be applied in the order in which they are added to the SchemaBatch
.
Implementations§
source§impl SchemaBatch
impl SchemaBatch
Trait Implementations§
source§impl Debug for SchemaBatch
impl Debug for SchemaBatch
source§impl Default for SchemaBatch
impl Default for SchemaBatch
source§fn default() -> SchemaBatch
fn default() -> SchemaBatch
Returns the “default value” for a type. Read more