[][src]Struct growthring::wal::WALRingId

pub struct WALRingId { /* fields omitted */ }

Implementations

impl WALRingId[src]

pub fn empty_id() -> Self[src]

pub fn get_start(&self) -> WALPos[src]

pub fn get_end(&self) -> WALPos[src]

Trait Implementations

impl Clone for WALRingId[src]

impl Copy for WALRingId[src]

impl Debug for WALRingId[src]

impl Eq for WALRingId[src]

impl Hash for WALRingId[src]

impl Ord for WALRingId[src]

impl PartialEq<WALRingId> for WALRingId[src]

impl PartialOrd<WALRingId> for WALRingId[src]

impl StructuralEq for WALRingId[src]

impl StructuralPartialEq for WALRingId[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> CallHasher for T where
    T: Hash

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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.