Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hashintel/hash
/ as_bound
Method
as_bound
libs/@local/graph/temporal-versioning/src/bounds.rs:12–14 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
10
11
impl<T> IntervalBound<T> for Bound<T> {
12
fn as_bound(&self) -> Bound<&T> {
13
self.as_ref()
14
}
15
16
fn into_bound(self) -> Self {
17
self
Callers
9
cmp_start_to_start
Method · 0.45
cmp_start_to_end
Method · 0.45
cmp_end_to_start
Method · 0.45
cmp_end_to_end
Method · 0.45
bounds_are_adjacent
Method · 0.45
start_bound
Method · 0.45
end_bound
Method · 0.45
bound_to_sql
Method · 0.45
to_sql
Method · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
no test coverage detected