Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ borrow_mut
Method
borrow_mut
crates/common/src/boxvec.rs:645–647 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
643
644
impl<T> BorrowMut<[T]> for BoxVec<T> {
645
fn borrow_mut(&mut self) -> &mut [T] {
646
self
647
}
648
}
649
650
impl<T> AsRef<[T]> for BoxVec<T> {
Callers
15
push_held_rc
Method · 0.80
request_animation_frame
Function · 0.80
load_cert_chain
Method · 0.80
borrow_vars_mut
Method · 0.80
_set_running_loop
Function · 0.80
_enter_task
Function · 0.80
_leave_task
Function · 0.80
_swap_current_task
Function · 0.80
_on_fork
Function · 0.80
try_defer_drop
Function · 0.80
flush_deferred_drops
Function · 0.80
enter
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected