Module address

Module address 

Source

Structs§

Address
AddressMeta
Metadata fields managed internally by the library: the guid, timestamps and local sync state. These are automatically set on add_address and updated on operations like touch and update_address. Not included in UpdatableAddressFields; use add_address_with_meta when importing records that already have metadata.
AddressTombstone
A tombstone for a record deleted locally but not yet uploaded, supplied to add_many_address_tombstones when migrating from another store.
InternalAddress
UpdatableAddressFields
UpdatableAddressFieldsWithMeta
An address together with its metadata, passed to add_address_with_meta and update_address_with_meta when importing a record from another store.

Enums§

AddressBulkResultEntry
A bulk insert result entry, returned per input record by add_many_addresses_with_meta so that one record failing does not abort the batch. Note that although the success case is much larger than the error case, this is negligible in real life, as we expect a very small success/error ratio.
AddressBulkTombstoneResultEntry
Per-record result of add_many_address_tombstones.