pub enum ObservedState {
Present {
revision: Revision,
},
Missing {
revision: Revision,
},
}Expand description
The committed presence and identity of one logical document key without materializing its value.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ObservedState
impl Clone for ObservedState
impl Copy for ObservedState
Source§impl Debug for ObservedState
impl Debug for ObservedState
impl Eq for ObservedState
Source§impl PartialEq for ObservedState
impl PartialEq for ObservedState
impl StructuralPartialEq for ObservedState
Auto Trait Implementations§
impl Freeze for ObservedState
impl RefUnwindSafe for ObservedState
impl Send for ObservedState
impl Sync for ObservedState
impl Unpin for ObservedState
impl UnsafeUnpin for ObservedState
impl UnwindSafe for ObservedState
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