pub struct DocMetadata {
pub id: String,
pub rev_tree: RevTree,
pub seq: u64,
}Expand description
Internal metadata stored per document in the adapter.
Fields§
§id: String§rev_tree: RevTree§seq: u64Trait Implementations§
Source§impl Clone for DocMetadata
impl Clone for DocMetadata
Source§fn clone(&self) -> DocMetadata
fn clone(&self) -> DocMetadata
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DocMetadata
impl RefUnwindSafe for DocMetadata
impl Send for DocMetadata
impl Sync for DocMetadata
impl Unpin for DocMetadata
impl UnwindSafe for DocMetadata
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