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
count
strategy. - Element
Token - Interface for VerusSync tokens created for a field marked with the
set
,persistent_set
ormultiset
strategies. - KeyValue
Token - Interface for VerusSync tokens created for a field marked with the
map
orpersistent_map
strategies. - Monotonic
Count Token - Interface for VerusSync tokens created for a field marked with the
persistent_count
strategy. - Simple
Token - Interface for VerusSync tokens created for a field marked with the
bool
orpersistent_bool
strategy. - Unique
Element Token - Interface for VerusSync tokens created for a field marked with the
set
strategy. - Unique
KeyValue Token - Interface for VerusSync tokens created for a field marked with the
map
strategy. - Unique
Simple Token - Interface for VerusSync tokens created for a field marked with the
bool
strategy. - Unique
Value Token - Interface for VerusSync tokens created for a field marked with the
variable
oroption
strategies. - Value
Token - Interface for VerusSync tokens created for a field marked with the
variable
,option
orpersistent_option
strategies.