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