Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ eq
Method
eq
crates/common/src/crt_fd.rs:141–143 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
139
140
impl<
'fd> PartialEq for Borrowed<'
fd> {
141
fn eq(&self, other: &Self) -> bool {
142
self.as_raw() == other.as_raw()
143
}
144
}
145
impl<
'fd> Eq for Borrowed<'
fd> {}
146
Callers
nothing calls this directly
Calls
1
as_raw
Method · 0.45
Tested by
no test coverage detected