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
Auto Trait Implementations§
impl RefUnwindSafe for SchemaBatch
impl Send for SchemaBatch
impl Sync for SchemaBatch
impl Unpin for SchemaBatch
impl UnwindSafe for SchemaBatch
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