pub struct MvccVersionSample {
pub table: String,
pub rid: String,
pub insert_txn: u64,
pub delete_txn: u64,
pub visible: bool,
}Fields§
§table: String§rid: String§insert_txn: u64§delete_txn: u64§visible: boolTrait Implementations§
Source§impl Clone for MvccVersionSample
impl Clone for MvccVersionSample
Source§fn clone(&self) -> MvccVersionSample
fn clone(&self) -> MvccVersionSample
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MvccVersionSample
impl Debug for MvccVersionSample
Auto Trait Implementations§
impl Freeze for MvccVersionSample
impl RefUnwindSafe for MvccVersionSample
impl Send for MvccVersionSample
impl Sync for MvccVersionSample
impl Unpin for MvccVersionSample
impl UnsafeUnpin for MvccVersionSample
impl UnwindSafe for MvccVersionSample
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