note lack of support for EntitySchemas
This commit is contained in:
parent
c53655bc52
commit
a982174217
2 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,8 @@ pub struct Entity {
|
|||
}
|
||||
|
||||
/// The type of entity: normal entity with a Qid, a property with a Pid, or a lexeme with a Lid.
|
||||
///
|
||||
/// EntitySchemas (with E IDs) are currently unsupported.
|
||||
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, Serialize, Deserialize)]
|
||||
#[non_exhaustive]
|
||||
pub enum EntityType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue