pub type TRANSACTIONMANAGER_RECOVERY_INFORMATION = _TRANSACTIONMANAGER_RECOVERY_INFORMATION;
Aliased Type§
struct TRANSACTIONMANAGER_RECOVERY_INFORMATION {
pub LastRecoveredLsn: u64,
}
Fields§
§LastRecoveredLsn: u64
Trait Implementations
Source§impl Clone for _TRANSACTIONMANAGER_RECOVERY_INFORMATION
impl Clone for _TRANSACTIONMANAGER_RECOVERY_INFORMATION
Source§fn clone(&self) -> _TRANSACTIONMANAGER_RECOVERY_INFORMATION
fn clone(&self) -> _TRANSACTIONMANAGER_RECOVERY_INFORMATION
Returns a copy 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 Ord for _TRANSACTIONMANAGER_RECOVERY_INFORMATION
impl Ord for _TRANSACTIONMANAGER_RECOVERY_INFORMATION
Source§fn cmp(&self, other: &_TRANSACTIONMANAGER_RECOVERY_INFORMATION) -> Ordering
fn cmp(&self, other: &_TRANSACTIONMANAGER_RECOVERY_INFORMATION) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _TRANSACTIONMANAGER_RECOVERY_INFORMATION
impl PartialEq for _TRANSACTIONMANAGER_RECOVERY_INFORMATION
Source§fn eq(&self, other: &_TRANSACTIONMANAGER_RECOVERY_INFORMATION) -> bool
fn eq(&self, other: &_TRANSACTIONMANAGER_RECOVERY_INFORMATION) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.