Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ deref_mut
Method
deref_mut
crates/vm/src/types/slot.rs:107–109 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
105
106
impl<T: Any +
'static> core::ops::DerefMut for TypeDataRefMut<'
_, T> {
107
fn deref_mut(&mut self) -> &mut Self::Target {
108
&mut self.guard
109
}
110
}
111
112
#[macro_export]
Callers
3
clear
Method · 0.45
sort
Method · 0.45
init
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected