Rename special to indexing

This commit is contained in:
Anton Danilkin
2018-08-07 00:06:04 +03:00
parent ef3f086102
commit e70c9015ff
7 changed files with 51 additions and 51 deletions

View File

@ -69,9 +69,9 @@ pub enum OperationKind {
Regular,
Getter(String),
Setter(String),
SpecialGetter,
SpecialSetter,
SpecialDeleter,
IndexingGetter,
IndexingSetter,
IndexingDeleter,
}
#[derive(Deserialize, Serialize)]