List of all items
Structs
- dao::category_picture_dao::CategoryPictureDao
- dao::category_text_dao::CategoryTextDao
- dao::download_text_dao::DownloadTextDao
- dao::favorite_text_dao::FavoriteTextDao
- dao::picture_dao::PictureDao
- dao::picture_replacement_dao::PictureReplacementDao
- dao::translate_text_dao::TranslateTextDao
- dao::user_bookmark_dao::UserBookmarkDao
- dao::user_polyglot_dao::UserPolyglotDao
- entity::category_picture::CategoryPicture
- entity::category_text::CategoryText
- entity::download_text::DownloadText
- entity::favorite_text::FavoriteText
- entity::picture::Picture
- entity::picture_replacement::PictureReplacement
- entity::translate_text::TranslateText
- entity::user_bookmark::UserBookmark
- entity::user_polyglot::UserPolyglot
- logic::category_picture_logic::CategoryPictureLogic
- logic::category_text_logic::CategoryTextLogic
- logic::download_text_logic::DownloadTextLogic
- logic::favourite_text_logic::FavoriteTextLogic
- logic::picture_logic::PictureLogic
- logic::picture_replacement_logic::PictureReplacementLogic
- logic::translate_text_logic::TranslateTextLogic
- logic::user_bookmark_logic::UserBookmarkLogic
- logic::user_polyglot_logic::UserPolyglotLogic
- schema::category_picture::columns::name
- schema::category_picture::columns::parent
- schema::category_picture::columns::rstatus
- schema::category_picture::columns::star
- schema::category_picture::columns::updt
- schema::category_picture::columns::updu
- schema::category_picture::columns::uuid
- schema::category_picture::columns::ver
- schema::category_picture::table
- schema::category_text::columns::name
- schema::category_text::columns::parent
- schema::category_text::columns::rstatus
- schema::category_text::columns::star
- schema::category_text::columns::updt
- schema::category_text::columns::updu
- schema::category_text::columns::uuid
- schema::category_text::columns::ver
- schema::category_text::table
- schema::download_text::columns::category_id
- schema::download_text::columns::lang
- schema::download_text::columns::rstatus
- schema::download_text::columns::star
- schema::download_text::columns::text
- schema::download_text::columns::title
- schema::download_text::columns::updt
- schema::download_text::columns::updu
- schema::download_text::columns::user_id
- schema::download_text::columns::uuid
- schema::download_text::columns::ver
- schema::download_text::table
- schema::favorite_text::columns::download_text
- schema::favorite_text::columns::rstatus
- schema::favorite_text::columns::star
- schema::favorite_text::columns::translate_text
- schema::favorite_text::columns::updt
- schema::favorite_text::columns::updu
- schema::favorite_text::columns::user_id
- schema::favorite_text::columns::uuid
- schema::favorite_text::columns::ver
- schema::favorite_text::table
- schema::picture::columns::areas
- schema::picture::columns::category_id
- schema::picture::columns::owner
- schema::picture::columns::rstatus
- schema::picture::columns::star
- schema::picture::columns::status
- schema::picture::columns::title
- schema::picture::columns::title_definitions
- schema::picture::columns::updt
- schema::picture::columns::updu
- schema::picture::columns::url
- schema::picture::columns::uuid
- schema::picture::columns::ver
- schema::picture::table
- schema::picture_replacement::columns::replacements
- schema::picture_replacement::columns::rstatus
- schema::picture_replacement::columns::star
- schema::picture_replacement::columns::updt
- schema::picture_replacement::columns::updu
- schema::picture_replacement::columns::url
- schema::picture_replacement::columns::uuid
- schema::picture_replacement::columns::ver
- schema::picture_replacement::table
- schema::translate_text::columns::kind
- schema::translate_text::columns::picture_replacement
- schema::translate_text::columns::result
- schema::translate_text::columns::rstatus
- schema::translate_text::columns::star
- schema::translate_text::columns::target_lang
- schema::translate_text::columns::text_id
- schema::translate_text::columns::updt
- schema::translate_text::columns::updu
- schema::translate_text::columns::uuid
- schema::translate_text::columns::ver
- schema::translate_text::table
- schema::user_bookmark::columns::bookmark
- schema::user_bookmark::columns::rstatus
- schema::user_bookmark::columns::star
- schema::user_bookmark::columns::translate_text
- schema::user_bookmark::columns::updt
- schema::user_bookmark::columns::updu
- schema::user_bookmark::columns::user_id
- schema::user_bookmark::columns::uuid
- schema::user_bookmark::columns::ver
- schema::user_bookmark::table
- schema::user_polyglot::columns::learning_langs
- schema::user_polyglot::columns::rstatus
- schema::user_polyglot::columns::star
- schema::user_polyglot::columns::updt
- schema::user_polyglot::columns::updu
- schema::user_polyglot::columns::user_id
- schema::user_polyglot::columns::user_lang
- schema::user_polyglot::columns::uuid
- schema::user_polyglot::columns::ver
- schema::user_polyglot::table
- service::category_picture_service::create
- service::category_picture_service::delete
- service::category_picture_service::find
- service::category_picture_service::find_all
- service::category_picture_service::update
- service::category_text_service::create
- service::category_text_service::delete
- service::category_text_service::find
- service::category_text_service::find_all
- service::category_text_service::update
- service::download_text_service::create
- service::download_text_service::delete
- service::download_text_service::find
- service::download_text_service::find_all
- service::download_text_service::find_by_category
- service::download_text_service::update
- service::favorite_text_service::create
- service::favorite_text_service::delete
- service::favorite_text_service::find
- service::favorite_text_service::find_all_by_user
- service::favorite_text_service::update
- service::picture_replacement_service::create
- service::picture_replacement_service::delete
- service::picture_replacement_service::find
- service::picture_replacement_service::update
- service::picture_service::create
- service::picture_service::delete
- service::picture_service::find
- service::picture_service::find_all_for_user
- service::picture_service::find_by_category
- service::picture_service::update
- service::translate_text_service::create
- service::translate_text_service::create_from_text
- service::translate_text_service::delete
- service::translate_text_service::find
- service::translate_text_service::find_by_text_id
- service::translate_text_service::get_all
- service::translate_text_service::update
- service::user_bookmark_service::create
- service::user_bookmark_service::delete
- service::user_bookmark_service::find
- service::user_bookmark_service::find_by_translate_text
- service::user_bookmark_service::find_by_user
- service::user_bookmark_service::update
- service::user_polyglot_service::create
- service::user_polyglot_service::delete
- service::user_polyglot_service::find
- service::user_polyglot_service::update
Macros
- schema::category_picture::dsl::__static_cond
- schema::category_text::dsl::__static_cond
- schema::download_text::dsl::__static_cond
- schema::favorite_text::dsl::__static_cond
- schema::picture::dsl::__static_cond
- schema::picture_replacement::dsl::__static_cond
- schema::translate_text::dsl::__static_cond
- schema::user_bookmark::dsl::__static_cond
- schema::user_polyglot::dsl::__static_cond
Functions
- entity::category_picture::_impl_as_changeset_for_categorypicture
- entity::category_picture::_impl_identifiable_for_categorypicture
- entity::category_picture::_impl_insertable_for_categorypicture
- entity::category_picture::_impl_queryable_by_name_for_categorypicture
- entity::category_picture::_impl_queryable_for_categorypicture
- entity::category_text::_impl_as_changeset_for_categorytext
- entity::category_text::_impl_identifiable_for_categorytext
- entity::category_text::_impl_insertable_for_categorytext
- entity::category_text::_impl_queryable_by_name_for_categorytext
- entity::category_text::_impl_queryable_for_categorytext
- entity::download_text::_impl_as_changeset_for_downloadtext
- entity::download_text::_impl_identifiable_for_downloadtext
- entity::download_text::_impl_insertable_for_downloadtext
- entity::download_text::_impl_queryable_by_name_for_downloadtext
- entity::download_text::_impl_queryable_for_downloadtext
- entity::favorite_text::_impl_as_changeset_for_favoritetext
- entity::favorite_text::_impl_identifiable_for_favoritetext
- entity::favorite_text::_impl_insertable_for_favoritetext
- entity::favorite_text::_impl_queryable_by_name_for_favoritetext
- entity::favorite_text::_impl_queryable_for_favoritetext
- entity::picture::_impl_as_changeset_for_picture
- entity::picture::_impl_identifiable_for_picture
- entity::picture::_impl_insertable_for_picture
- entity::picture::_impl_queryable_by_name_for_picture
- entity::picture::_impl_queryable_for_picture
- entity::picture_replacement::_impl_as_changeset_for_picturereplacement
- entity::picture_replacement::_impl_identifiable_for_picturereplacement
- entity::picture_replacement::_impl_insertable_for_picturereplacement
- entity::picture_replacement::_impl_queryable_by_name_for_picturereplacement
- entity::picture_replacement::_impl_queryable_for_picturereplacement
- entity::translate_text::_impl_as_changeset_for_translatetext
- entity::translate_text::_impl_identifiable_for_translatetext
- entity::translate_text::_impl_insertable_for_translatetext
- entity::translate_text::_impl_queryable_by_name_for_translatetext
- entity::translate_text::_impl_queryable_for_translatetext
- entity::user_bookmark::_impl_as_changeset_for_userbookmark
- entity::user_bookmark::_impl_identifiable_for_userbookmark
- entity::user_bookmark::_impl_insertable_for_userbookmark
- entity::user_bookmark::_impl_queryable_by_name_for_userbookmark
- entity::user_bookmark::_impl_queryable_for_userbookmark
- entity::user_polyglot::_impl_as_changeset_for_userpolyglot
- entity::user_polyglot::_impl_identifiable_for_userpolyglot
- entity::user_polyglot::_impl_insertable_for_userpolyglot
- entity::user_polyglot::_impl_queryable_by_name_for_userpolyglot
- entity::user_polyglot::_impl_queryable_for_userpolyglot
- main
- schema::category_picture::_impl_query_id_for_table
- schema::category_picture::columns::_impl_query_id_for_name
- schema::category_picture::columns::_impl_query_id_for_parent
- schema::category_picture::columns::_impl_query_id_for_rstatus
- schema::category_picture::columns::_impl_query_id_for_updt
- schema::category_picture::columns::_impl_query_id_for_updu
- schema::category_picture::columns::_impl_query_id_for_uuid
- schema::category_picture::columns::_impl_query_id_for_ver
- schema::category_text::_impl_query_id_for_table
- schema::category_text::columns::_impl_query_id_for_name
- schema::category_text::columns::_impl_query_id_for_parent
- schema::category_text::columns::_impl_query_id_for_rstatus
- schema::category_text::columns::_impl_query_id_for_updt
- schema::category_text::columns::_impl_query_id_for_updu
- schema::category_text::columns::_impl_query_id_for_uuid
- schema::category_text::columns::_impl_query_id_for_ver
- schema::download_text::_impl_query_id_for_table
- schema::download_text::columns::_impl_query_id_for_category_id
- schema::download_text::columns::_impl_query_id_for_lang
- schema::download_text::columns::_impl_query_id_for_rstatus
- schema::download_text::columns::_impl_query_id_for_text
- schema::download_text::columns::_impl_query_id_for_title
- schema::download_text::columns::_impl_query_id_for_updt
- schema::download_text::columns::_impl_query_id_for_updu
- schema::download_text::columns::_impl_query_id_for_user_id
- schema::download_text::columns::_impl_query_id_for_uuid
- schema::download_text::columns::_impl_query_id_for_ver
- schema::favorite_text::_impl_query_id_for_table
- schema::favorite_text::columns::_impl_query_id_for_download_text
- schema::favorite_text::columns::_impl_query_id_for_rstatus
- schema::favorite_text::columns::_impl_query_id_for_translate_text
- schema::favorite_text::columns::_impl_query_id_for_updt
- schema::favorite_text::columns::_impl_query_id_for_updu
- schema::favorite_text::columns::_impl_query_id_for_user_id
- schema::favorite_text::columns::_impl_query_id_for_uuid
- schema::favorite_text::columns::_impl_query_id_for_ver
- schema::picture::_impl_query_id_for_table
- schema::picture::columns::_impl_query_id_for_areas
- schema::picture::columns::_impl_query_id_for_category_id
- schema::picture::columns::_impl_query_id_for_owner
- schema::picture::columns::_impl_query_id_for_rstatus
- schema::picture::columns::_impl_query_id_for_status
- schema::picture::columns::_impl_query_id_for_title
- schema::picture::columns::_impl_query_id_for_title_definitions
- schema::picture::columns::_impl_query_id_for_updt
- schema::picture::columns::_impl_query_id_for_updu
- schema::picture::columns::_impl_query_id_for_url
- schema::picture::columns::_impl_query_id_for_uuid
- schema::picture::columns::_impl_query_id_for_ver
- schema::picture_replacement::_impl_query_id_for_table
- schema::picture_replacement::columns::_impl_query_id_for_replacements
- schema::picture_replacement::columns::_impl_query_id_for_rstatus
- schema::picture_replacement::columns::_impl_query_id_for_updt
- schema::picture_replacement::columns::_impl_query_id_for_updu
- schema::picture_replacement::columns::_impl_query_id_for_url
- schema::picture_replacement::columns::_impl_query_id_for_uuid
- schema::picture_replacement::columns::_impl_query_id_for_ver
- schema::translate_text::_impl_query_id_for_table
- schema::translate_text::columns::_impl_query_id_for_kind
- schema::translate_text::columns::_impl_query_id_for_picture_replacement
- schema::translate_text::columns::_impl_query_id_for_result
- schema::translate_text::columns::_impl_query_id_for_rstatus
- schema::translate_text::columns::_impl_query_id_for_target_lang
- schema::translate_text::columns::_impl_query_id_for_text_id
- schema::translate_text::columns::_impl_query_id_for_updt
- schema::translate_text::columns::_impl_query_id_for_updu
- schema::translate_text::columns::_impl_query_id_for_uuid
- schema::translate_text::columns::_impl_query_id_for_ver
- schema::user_bookmark::_impl_query_id_for_table
- schema::user_bookmark::columns::_impl_query_id_for_bookmark
- schema::user_bookmark::columns::_impl_query_id_for_rstatus
- schema::user_bookmark::columns::_impl_query_id_for_translate_text
- schema::user_bookmark::columns::_impl_query_id_for_updt
- schema::user_bookmark::columns::_impl_query_id_for_updu
- schema::user_bookmark::columns::_impl_query_id_for_user_id
- schema::user_bookmark::columns::_impl_query_id_for_uuid
- schema::user_bookmark::columns::_impl_query_id_for_ver
- schema::user_polyglot::_impl_query_id_for_table
- schema::user_polyglot::columns::_impl_query_id_for_learning_langs
- schema::user_polyglot::columns::_impl_query_id_for_rstatus
- schema::user_polyglot::columns::_impl_query_id_for_updt
- schema::user_polyglot::columns::_impl_query_id_for_updu
- schema::user_polyglot::columns::_impl_query_id_for_user_id
- schema::user_polyglot::columns::_impl_query_id_for_user_lang
- schema::user_polyglot::columns::_impl_query_id_for_uuid
- schema::user_polyglot::columns::_impl_query_id_for_ver
- service::app_config
- service::category_picture_service::init_routes
- service::category_text_service::init_routes
- service::download_text_service::init_routes
- service::favorite_text_service::init_routes
- service::picture_replacement_service::init_routes
- service::picture_service::init_routes
- service::translate_text_service::init_routes
- service::user_bookmark_service::init_routes
- service::user_polyglot_service::init_routes
Type Aliases
- schema::category_picture::BoxedQuery
- schema::category_picture::SqlType
- schema::category_text::BoxedQuery
- schema::category_text::SqlType
- schema::download_text::BoxedQuery
- schema::download_text::SqlType
- schema::favorite_text::BoxedQuery
- schema::favorite_text::SqlType
- schema::picture::BoxedQuery
- schema::picture::SqlType
- schema::picture_replacement::BoxedQuery
- schema::picture_replacement::SqlType
- schema::translate_text::BoxedQuery
- schema::translate_text::SqlType
- schema::user_bookmark::BoxedQuery
- schema::user_bookmark::SqlType
- schema::user_polyglot::BoxedQuery
- schema::user_polyglot::SqlType
Constants
- schema::category_picture::all_columns
- schema::category_text::all_columns
- schema::download_text::all_columns
- schema::favorite_text::all_columns
- schema::picture::all_columns
- schema::picture_replacement::all_columns
- schema::translate_text::all_columns
- schema::user_bookmark::all_columns
- schema::user_polyglot::all_columns