[][src]Module proteus::actions

Actions that impl the Action trait.

Modules

getter
setter

Structs

Constant

This type represents an Action which returns a constant Value instead of it originating from the source JSON data.

Getter

This type represents an Action which extracts data from the source JSON Value.

Join

This type represents an Action which joins two or more Value's separated by the provided sep and returns a Value::String(String).

Setter

This type represents an Action which sets data to the destination JSON Value.