Modules§
Structs§
- Instance
Id - Unique identifier for every VerusSync instance.
Every “Token” and “Instance” object has an
InstanceId. These ID values must agree to perform any token operation. - MapToken
- Multiset
Token - SetToken
Traits§
- Count
Token - Interface for VerusSync tokens created for a field marked with the
countstrategy. - Element
Token - Interface for VerusSync tokens created for a field marked with the
set,persistent_setormultisetstrategies. - KeyValue
Token - Interface for VerusSync tokens created for a field marked with the
maporpersistent_mapstrategies. - Monotonic
Count Token - Interface for VerusSync tokens created for a field marked with the
persistent_countstrategy. - Simple
Token - Interface for VerusSync tokens created for a field marked with the
boolorpersistent_boolstrategy. - Unique
Element Token - Interface for VerusSync tokens created for a field marked with the
setstrategy. - Unique
KeyValue Token - Interface for VerusSync tokens created for a field marked with the
mapstrategy. - Unique
Simple Token - Interface for VerusSync tokens created for a field marked with the
boolstrategy. - Unique
Value Token - Interface for VerusSync tokens created for a field marked with the
variableoroptionstrategies. - Value
Token - Interface for VerusSync tokens created for a field marked with the
variable,optionorpersistent_optionstrategies.