Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrunwald/rust-cpython
/ deref_mut
Method
deref_mut
src/sharedref.rs:467–469 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
465
466
impl<
'a, T: ?Sized> DerefMut for PyLeakedRefMut<'
a, T> {
467
fn deref_mut(&mut self) -> &mut T {
468
self.data
469
}
470
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected