[][src]Struct pagecache::PagePtr

pub struct PagePtr<'g, P> where
    P: 'static + Send
{ /* fields omitted */ }

A pointer to shared lock-free state bound by a pinned epoch's lifetime.

Methods

impl<'g, P> PagePtr<'g, P> where
    P: 'static + Send
[src]

pub fn last_lsn(&self) -> Lsn[src]

The last Lsn number for the head of this page

Trait Implementations

impl<'g, P: PartialEq> PartialEq<PagePtr<'g, P>> for PagePtr<'g, P> where
    P: 'static + Send
[src]

impl<'g, P> Sync for PagePtr<'g, P> where
    P: Send + Sync
[src]

impl<'g, P: Clone> Clone for PagePtr<'g, P> where
    P: 'static + Send
[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'g, P> Send for PagePtr<'g, P> where
    P: Send
[src]

impl<'g, P: Debug> Debug for PagePtr<'g, P> where
    P: 'static + Send
[src]

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]