Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ deref_mut
Method
deref_mut
crates/wtf8/src/lib.rs:256–258 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
254
255
impl ops::DerefMut for Wtf8Buf {
256
fn deref_mut(&mut self) -> &mut Wtf8 {
257
self.as_mut_slice()
258
}
259
}
260
261
impl Borrow<Wtf8> for Wtf8Buf {
Callers
nothing calls this directly
Calls
1
as_mut_slice
Method · 0.45
Tested by
no test coverage detected