Module models Copy item path Source FieldContentSource This trait is intended to be implemented by types which embody the content
of a particular field payload. FieldPayload This trait is intended to be implemented by an explicit new type for for the given
{ content: T }
payload of a particular field. HasFeatures IndexEntryContentSource This trait is intended to be implemented by types which embody the content
of a particular index entry payload. IndexEntryPayload This trait is intended to be implemented by an explicit new type for for the given
{ content: T }
payload of a particular index collection. IndexKeyContentSource This trait is intended to be implemented by types which embody the content
of a key for a particular index collection. IndexKeyPayload This trait is intended to be implemented by an explicit new type for the given
{ content: T }
key of a particular index collection. KeyValueEntryContentSource This trait is intended to be implemented by types which embody the content
of a particular key value entry payload. KeyValueEntryPayload This trait is intended to be implemented by an explicit new type for for the given
{ content: T }
payload of a particular key value collection. KeyValueKeyContentSource This trait is intended to be implemented by types which embody the content
of a key for a particular key value collection. KeyValueKeyPayload This trait is intended to be implemented by an explicit new type for for the given
{ content: T }
key of a particular key value collection. SortedIndexEntryContentSource This trait is intended to be implemented by types which embody the content
of a particular sorted index entry payload. SortedIndexEntryPayload This trait is intended to be implemented by an explicit new type for for the given
{ content: T }
payload of a particular sorted index collection. SortedIndexKeyContentSource This trait is intended to be implemented by types which embody the content
of a key for a particular sorted index collection. SortedIndexKeyFullContent This trait is intended to be implemented by the canonical content
of a key for a particular sorted index collection. SortedIndexKeyPayload This trait is intended to be implemented by an explicit new type for the given
{ sort_index: u16, content: T }
key for a particular sorted index collection.