Struct async_mwmr::EntryRef
source · pub struct EntryRef<'a, K, V> {
pub data: EntryDataRef<'a, K, V>,
pub version: u64,
}
Expand description
The reference of the Entry
.
Fields§
§data: EntryDataRef<'a, K, V>
§version: u64
Implementations§
Trait Implementations§
impl<'a, K, V> Copy for EntryRef<'a, K, V>
Auto Trait Implementations§
impl<'a, K, V> Freeze for EntryRef<'a, K, V>
impl<'a, K, V> RefUnwindSafe for EntryRef<'a, K, V>where
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<'a, K, V> Send for EntryRef<'a, K, V>
impl<'a, K, V> Sync for EntryRef<'a, K, V>
impl<'a, K, V> Unpin for EntryRef<'a, K, V>
impl<'a, K, V> UnwindSafe for EntryRef<'a, K, V>where
K: RefUnwindSafe,
V: RefUnwindSafe,
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