Enum sp_database::Change [−][src]
pub enum Change<H> { Set(ColumnId, Vec<u8>, Vec<u8>), Remove(ColumnId, Vec<u8>), Store(H, Vec<u8>), Release(H), }
An alteration to the database.
Variants
Trait Implementations
Auto Trait Implementations
impl<H> RefUnwindSafe for Change<H> where
H: RefUnwindSafe,
H: RefUnwindSafe,
impl<H> Send for Change<H> where
H: Send,
H: Send,
impl<H> Sync for Change<H> where
H: Sync,
H: Sync,
impl<H> Unpin for Change<H> where
H: Unpin,
H: Unpin,
impl<H> UnwindSafe for Change<H> where
H: UnwindSafe,
H: UnwindSafe,