Struct inanis::cache::search::TTableEntry
source · pub struct TTableEntry {
pub key_data: AtomicU64,
}
Fields§
§key_data: AtomicU64
Implementations§
source§impl TTableEntry
impl TTableEntry
Trait Implementations§
source§impl Default for TTableEntry
impl Default for TTableEntry
source§fn default() -> TTableEntry
fn default() -> TTableEntry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for TTableEntry
impl Send for TTableEntry
impl Sync for TTableEntry
impl Unpin for TTableEntry
impl UnwindSafe for TTableEntry
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