Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ Owned
Class
Owned
crates/common/src/crt_fd.rs:122–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
121
#[repr(transparent)]
122
pub struct Owned {
123
inner: OwnedInner,
124
}
125
126
impl fmt::Debug for Owned {
127
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
Callers
15
slot_repr
Method · 0.85
decode
Method · 0.85
resize
Function · 0.85
as_buffer
Method · 0.85
as_buffer
Method · 0.85
from_stg_info
Method · 0.85
from_bytes
Method · 0.85
from_bytes_with_length
Method · 0.85
from_base_with_data
Method · 0.85
from_param
Method · 0.85
value
Method · 0.85
set_value
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected