Expand description
Module with the common definitions for the fields available in Typesense.
Macros§
- impl_
to_ typesense_ field - macro used internally to add implementations of ToTypesenseField for several rust types.
Structs§
- Field
- Field
Builder - Builder for the
Field
struct. - Field
Embed
Traits§
- ToTypesense
Field - Trait that should implement each type of a document, in order to properly serialize the Collection Schema according to the Typesense reference.
Type Aliases§
- Field
Type - Type for a field. Currently it is a wrapping to a
String
but it could be extended to a enum