pub struct ReadGuard {
pub epoch: u64,
/* private fields */
}Expand description
Guard for read transactions
Fields§
§epoch: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadGuard
impl RefUnwindSafe for ReadGuard
impl Send for ReadGuard
impl Sync for ReadGuard
impl Unpin for ReadGuard
impl UnsafeUnpin for ReadGuard
impl UnwindSafe for ReadGuard
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