#[non_exhaustive]pub struct DataBoostReadLocalWrites { /* private fields */ }Expand description
Checks that all writes before the consistency token was generated in the same cluster are readable by Databoost.
Implementations§
Trait Implementations§
Source§impl Clone for DataBoostReadLocalWrites
impl Clone for DataBoostReadLocalWrites
Source§fn clone(&self) -> DataBoostReadLocalWrites
fn clone(&self) -> DataBoostReadLocalWrites
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 DataBoostReadLocalWrites
impl Debug for DataBoostReadLocalWrites
Source§impl Default for DataBoostReadLocalWrites
impl Default for DataBoostReadLocalWrites
Source§fn default() -> DataBoostReadLocalWrites
fn default() -> DataBoostReadLocalWrites
Returns the “default value” for a type. Read more
Source§impl Message for DataBoostReadLocalWrites
impl Message for DataBoostReadLocalWrites
Source§impl PartialEq for DataBoostReadLocalWrites
impl PartialEq for DataBoostReadLocalWrites
impl StructuralPartialEq for DataBoostReadLocalWrites
Auto Trait Implementations§
impl Freeze for DataBoostReadLocalWrites
impl RefUnwindSafe for DataBoostReadLocalWrites
impl Send for DataBoostReadLocalWrites
impl Sync for DataBoostReadLocalWrites
impl Unpin for DataBoostReadLocalWrites
impl UnwindSafe for DataBoostReadLocalWrites
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