Struct txn_core::future::AsyncMarker
source · pub struct AsyncMarker<'a, C> { /* private fields */ }
Expand description
A marker used to mark the keys that are read.
Implementations§
source§impl<'a, C> AsyncMarker<'a, C>
impl<'a, C> AsyncMarker<'a, C>
Auto Trait Implementations§
impl<'a, C> Freeze for AsyncMarker<'a, C>
impl<'a, C> RefUnwindSafe for AsyncMarker<'a, C>where
C: RefUnwindSafe,
impl<'a, C> Send for AsyncMarker<'a, C>where
C: Send,
impl<'a, C> Sync for AsyncMarker<'a, C>where
C: Sync,
impl<'a, C> Unpin for AsyncMarker<'a, C>
impl<'a, C> !UnwindSafe for AsyncMarker<'a, C>
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