Trait sea_orm::entity::IdentityOf[][src]

pub trait IdentityOf<E> where
    E: EntityTrait
{ fn identity_of(self) -> Identity; }
Expand description

Check the Identity of an Entity

Required methods

Method to call to perform this check

Implementations on Foreign Types

Implementors