pub struct AnchoredChangeCapabilities {
pub cursor_reset: bool,
pub tombstones: bool,
}Expand description
Extra guarantees attached to an anchored backend change stream.
Fields§
§cursor_reset: boolThe backend reports an expired/reset cursor explicitly.
tombstones: boolChange batches contain durable deletion tombstones.
Trait Implementations§
Source§impl Clone for AnchoredChangeCapabilities
impl Clone for AnchoredChangeCapabilities
Source§fn clone(&self) -> AnchoredChangeCapabilities
fn clone(&self) -> AnchoredChangeCapabilities
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 moreSource§impl Debug for AnchoredChangeCapabilities
impl Debug for AnchoredChangeCapabilities
Source§impl Default for AnchoredChangeCapabilities
impl Default for AnchoredChangeCapabilities
Source§fn default() -> AnchoredChangeCapabilities
fn default() -> AnchoredChangeCapabilities
Returns the “default value” for a type. Read more
impl Copy for AnchoredChangeCapabilities
impl Eq for AnchoredChangeCapabilities
impl StructuralPartialEq for AnchoredChangeCapabilities
Auto Trait Implementations§
impl Freeze for AnchoredChangeCapabilities
impl RefUnwindSafe for AnchoredChangeCapabilities
impl Send for AnchoredChangeCapabilities
impl Sync for AnchoredChangeCapabilities
impl Unpin for AnchoredChangeCapabilities
impl UnwindSafe for AnchoredChangeCapabilities
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