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: CollectionName
The id of the Collection
of the changed Document
.
id: u64
The id of the changed Document
.
deleted: bool
If 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 ChangedDocument
impl Send for ChangedDocument
impl Sync for ChangedDocument
impl Unpin for ChangedDocument
impl UnwindSafe for ChangedDocument
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self