Module prelude

Source

Structs§

Uuid
A Universally Unique Identifier (UUID).

Traits§

Deserialize
A data structure that can be deserialized from any data format supported by Serde.
JsonSchema
A type which can be described as a JSON Schema document.
Serialize
A data structure that can be serialized into any data format supported by Serde.
Tsify
Tsify is a trait that allows you to convert a type to and from JavaScript. Can be implemented manually if you need to customize the serialization or deserialization.

Functions§

aa_background_schema
aa_entity_spine_schema
aa_image_schema
aa_vfx_cell_schema
aa_vfx_projectile_schema
aa_vfx_unit_schema
ability_link_id_array_schema
ability_link_id_schema
ability_rarity_link_id_array_schema
ability_rarity_link_id_schema
additional_quests_ref_schema
Option<String> native-script-ref schema for the additional_quests category.
array_of
asset_ability_icon_schema
asset_ability_rarity_icon_schema
asset_ability_rarity_square_icon_schema
asset_attribute_icon_schema
asset_background_schema
asset_buff_icon_schema
asset_class_hero_background
asset_class_hero_icon
asset_currency_icon_schema
asset_hero_skin_icon_schema
asset_hero_skin_spine_schema
asset_item_icon_schema
asset_item_rarity_icon_schema
asset_item_ribbon_icon_schema
asset_notification_bg_schema
asset_offer_icon_schema
asset_pet_icon_schema
asset_pet_rarity_icon_schema
asset_pet_rarity_square_icon_schema
asset_talent_icon_schema
asset_ui_dungeon_background_schema
asset_ui_dungeon_banner_schema
asset_ui_status_icon_schema
asset_unit_spine_skin
asset_vfx_legacy_schema
asset_vfx_object_schema
attribute_link_id_array_schema
attribute_link_id_schema
bird_variant_link_id_schema
buff_link_id_schema
bundle_id_array_schema
bundle_id_schema
cast_ability_ref_schema
Option<String> native-script-ref schema for the cast_ability category.
cast_projectile_ref_schema
Option<String> native-script-ref schema for the cast_projectile category.
class_id_schema
color_schema
conditional_progress_ref_schema
Option<String> native-script-ref schema for the conditional_progress category.
currencies_ref_schema
Option<String> native-script-ref schema for the currencies category.
currency_link_id_array_schema
currency_link_id_schema
description_values_ref_schema
Option<String> native-script-ref schema for the description_values category.
entity_link_id_array_schema
entity_link_id_schema
event_ref_schema
Option<String> native-script-ref schema for the event category.
fight_start_ref_schema
Option<String> native-script-ref schema for the fight_start category.
fight_template_link_id_array_schema
fight_template_link_id_schema
has_newlines
id_schema
item_attribute_ref_schema
Option<String> native-script-ref schema for the item_attribute category.
item_link_id_array_schema
item_link_id_schema
item_rarity_link_id_schema
link_id_schema
mail_id_schema
offer_link_id_array_schema
offer_link_id_schema
option_ability_link_id_schema
option_array_of
option_bundle_id_schema
option_entity_link_id_schema
option_link_id_schema
option_mail_id_schema
option_offer_link_id_schema
option_script_schema
option_skin_link_id_schema
pet_rarity_link_id_array_schema
pet_rarity_link_id_schema
quest_link_id_array_schema
quest_link_id_schema
resource_schema
script_schema
skin_link_id_array_schema
skin_link_id_schema
spine_schema
start_cast_ability_ref_schema
Option<String> native-script-ref schema for the start_cast_ability category.
start_cast_projectile_ref_schema
Option<String> native-script-ref schema for the start_cast_projectile category.
statue_bonus_grade_id_schema
talent_link_id_array_schema
talent_link_id_schema
unique_schema
unity_asset_from_group
vassal_task_id_schema
webp_path_schema
webp_url_array_schema
webp_url_schema

Attribute Macros§

declare
The declare macro, used in #[declare] annotations.

Derive Macros§

Deserialize
JsonSchema
Serialize
Tsify
The Tsify derive macro, used in #[derive(Tsify, ...)] annotations.