Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/sea-orm
/ identity_of
Method
identity_of
src/entity/identity.rs:154–156 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
152
C: ColumnTrait,
153
{
154
fn identity_of(self) -> Identity {
155
self.into_identity()
156
}
157
}
158
159
macro_rules! impl_identity_of {
Callers
4
cursor_by
Method · 0.80
cursor_by_other
Method · 0.80
from
Method · 0.80
to
Method · 0.80
Calls
1
into_identity
Method · 0.80
Tested by
no test coverage detected