pub enum TransactionOptions_ReadOnly_oneof_timestamp_bound {
strong(bool),
min_read_timestamp(Timestamp),
max_staleness(Duration),
read_timestamp(Timestamp),
exact_staleness(Duration),
}Variants§
strong(bool)
min_read_timestamp(Timestamp)
max_staleness(Duration)
read_timestamp(Timestamp)
exact_staleness(Duration)
Trait Implementations§
Source§impl Clone for TransactionOptions_ReadOnly_oneof_timestamp_bound
impl Clone for TransactionOptions_ReadOnly_oneof_timestamp_bound
Source§fn clone(&self) -> TransactionOptions_ReadOnly_oneof_timestamp_bound
fn clone(&self) -> TransactionOptions_ReadOnly_oneof_timestamp_bound
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 PartialEq for TransactionOptions_ReadOnly_oneof_timestamp_bound
impl PartialEq for TransactionOptions_ReadOnly_oneof_timestamp_bound
Source§fn eq(&self, other: &TransactionOptions_ReadOnly_oneof_timestamp_bound) -> bool
fn eq(&self, other: &TransactionOptions_ReadOnly_oneof_timestamp_bound) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TransactionOptions_ReadOnly_oneof_timestamp_bound
Auto Trait Implementations§
impl !Freeze for TransactionOptions_ReadOnly_oneof_timestamp_bound
impl RefUnwindSafe for TransactionOptions_ReadOnly_oneof_timestamp_bound
impl Send for TransactionOptions_ReadOnly_oneof_timestamp_bound
impl Sync for TransactionOptions_ReadOnly_oneof_timestamp_bound
impl Unpin for TransactionOptions_ReadOnly_oneof_timestamp_bound
impl UnwindSafe for TransactionOptions_ReadOnly_oneof_timestamp_bound
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