Struct pliantdb_core::transaction::ChangedDocument [−][src]
pub struct ChangedDocument {
pub collection: CollectionName,
pub id: u64,
pub deleted: bool,
}Expand description
A record of a changed.
Fields
collection: CollectionNameThe id of the Collection of the changed Document.
id: u64The id of the changed Document.
deleted: boolIf the Document has been deleted, this will be true.
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 RefUnwindSafe for ChangedDocumentimpl Send for ChangedDocumentimpl Sync for ChangedDocumentimpl Unpin for ChangedDocumentimpl UnwindSafe for ChangedDocumentBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self