MCPcopy 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
656impl<T> AsMut<[T]> for BoxVec<T> {
657 fn as_mut(&mut self) -> &mut [T] {
658 self
659 }
660}
661
662impl<T> fmt::Debug for BoxVec<T>

Callers 5

dropMethod · 0.45
push_frontMethod · 0.45
pop_frontMethod · 0.45
removeMethod · 0.45
deref_mutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected