[][src]Struct heed::RwTxn

pub struct RwTxn<'e, 'p, T = ()> { /* fields omitted */ }

Implementations

impl<'e, T> RwTxn<'e, 'e, T>[src]

pub fn commit(self) -> Result<()>[src]

pub fn abort(self) -> Result<()>[src]

Methods from Deref<Target = RoTxn<'e, T>>

Trait Implementations

impl<'e, 'p, T> Deref for RwTxn<'e, 'p, T>[src]

type Target = RoTxn<'e, T>

The resulting type after dereferencing.

Auto Trait Implementations

impl<'e, 'p, T> RefUnwindSafe for RwTxn<'e, 'p, T> where
    T: RefUnwindSafe
[src]

impl<'e, 'p, T = ()> !Send for RwTxn<'e, 'p, T>[src]

impl<'e, 'p, T = ()> !Sync for RwTxn<'e, 'p, T>[src]

impl<'e, 'p, T> Unpin for RwTxn<'e, 'p, T> where
    T: Unpin
[src]

impl<'e, 'p, T = ()> !UnwindSafe for RwTxn<'e, 'p, T>[src]

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> 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.