Struct inanis::cache::killers::KTableEntry
source · pub struct KTableEntry {
pub data: Move,
}
Fields§
§data: Move
Auto Trait Implementations§
impl RefUnwindSafe for KTableEntry
impl Send for KTableEntry
impl Sync for KTableEntry
impl Unpin for KTableEntry
impl UnwindSafe for KTableEntry
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