Struct pliantdb_core::transaction::Executed [−][src]
pub struct Executed<'a> {
pub id: u64,
pub changed_documents: Cow<'a, [ChangedDocument]>,
}Expand description
Details about an executed transaction.
Fields
id: u64The id of the transaction.
changed_documents: Cow<'a, [ChangedDocument]>A list of containing ids of Documents changed.
Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for Executed<'a>impl<'a> UnwindSafe for Executed<'a>Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self