pub struct Lsn(pub u64);Expand description
Log Sequence Number - identifies a position in the WAL
Tuple Fields§
§0: u64Implementations§
Trait Implementations§
Source§impl Ord for Lsn
impl Ord for Lsn
Source§impl PartialOrd for Lsn
impl PartialOrd for Lsn
impl Copy for Lsn
impl Eq for Lsn
impl StructuralPartialEq for Lsn
Auto Trait Implementations§
impl Freeze for Lsn
impl RefUnwindSafe for Lsn
impl Send for Lsn
impl Sync for Lsn
impl Unpin for Lsn
impl UnsafeUnpin for Lsn
impl UnwindSafe for Lsn
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