Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ as_mut
Method
as_mut
crates/common/src/boxvec.rs:657–659 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
655
656
impl<T> AsMut<[T]> for BoxVec<T> {
657
fn as_mut(&mut self) -> &mut [T] {
658
self
659
}
660
}
661
662
impl<T> fmt::Debug for BoxVec<T>
Callers
5
drop
Method · 0.45
push_front
Method · 0.45
pop_front
Method · 0.45
remove
Method · 0.45
deref_mut
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected