MCPcopy 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
159macro_rules! impl_identity_of {

Callers 4

cursor_byMethod · 0.80
cursor_by_otherMethod · 0.80
fromMethod · 0.80
toMethod · 0.80

Calls 1

into_identityMethod · 0.80

Tested by

no test coverage detected