Re-exports§
pub use super::api_client::ApiClientAttributes;
pub use super::api_client::ApiClientSecret;
pub use super::at_home_server::AtHomeServer;
pub use super::auth_tokens::AuthTokens;
pub use super::author::AuthorAttributes;
pub use super::chapter::ChapterAttributes;
pub use super::check_token_response::CheckTokenResponse;
pub use super::check_username_available::CheckUsernameAvailableResponse;
pub use super::cover::CoverAttributes;
pub use super::custom_list::CustomListAttributes;
pub use super::forum_thread::ForumThreadAttributes;
pub use super::forum_thread::ForumThreadObject;
pub use super::is_following_response::IsFollowingResponse;
pub use super::legacy_id_mapping::LegacyMappingIdAttributes;
pub use super::login_response::LoginResponse;
pub use super::manga::MangaAttributes;
pub use super::manga_aggregate::MangaAggregate;
pub use super::manga_links::MangaLinks;
pub use super::manga_read_markers::MangaReadMarkers;
pub use super::manga_read_markers::UngroupedMangaReadMarkers;
pub use super::manga_reading_status::MangaReadingStatus;
pub use super::manga_reading_statuses::MangaReadingStatuses;
pub use super::manga_relation::MangaRelationAttributes;
pub use super::ratings::RatingsList;
pub use super::refresh_token_response::RefreshTokenResponse;
pub use super::report::ReportReasonAttributes;
pub use super::scanlation_group::ScanlationGroupAttributes;
pub use super::statistics::manga::MangaStatisticsObject;
pub use super::tag::TagAttributes;
pub use super::upload_session_file::UploadSessionFileAttributes;
pub use super::upload_session_file::UploadSessionFileData;
pub use super::user::UserAttributes;
pub use super::user_report::UserReportAttributes;
pub use super::user_settings::UserSettingsAttributes;
Modules§
- General CustomList information.
- Manga statistics from a response body.
- Upload session information from a response body.
- Upload session file information from a response body.