dropbox_sdk/generated/types/
mod.rs

1// DO NOT EDIT
2// This file was @generated by Stone
3
4#![allow(
5    clippy::too_many_arguments,
6    clippy::large_enum_variant,
7    clippy::result_large_err,
8    clippy::doc_markdown,
9)]
10
11#![allow(missing_docs)]
12
13if_feature! { "dbx_account", pub mod account; }
14
15if_feature! { "dbx_async", pub mod dbx_async; }
16
17pub mod auth;
18
19if_feature! { "dbx_check", pub mod check; }
20
21if_feature! { "dbx_common", pub mod common; }
22
23if_feature! { "dbx_contacts", pub mod contacts; }
24
25if_feature! { "dbx_file_properties", pub mod file_properties; }
26
27if_feature! { "dbx_file_requests", pub mod file_requests; }
28
29if_feature! { "dbx_files", pub mod files; }
30
31if_feature! { "dbx_openid", pub mod openid; }
32
33if_feature! { "dbx_paper", pub mod paper; }
34
35if_feature! { "dbx_secondary_emails", pub mod secondary_emails; }
36
37if_feature! { "dbx_seen_state", pub mod seen_state; }
38
39if_feature! { "dbx_sharing", pub mod sharing; }
40
41if_feature! { "dbx_team", pub mod team; }
42
43if_feature! { "dbx_team_common", pub mod team_common; }
44
45if_feature! { "dbx_team_log", pub mod team_log; }
46
47if_feature! { "dbx_team_policies", pub mod team_policies; }
48
49if_feature! { "dbx_users", pub mod users; }
50
51if_feature! { "dbx_users_common", pub mod users_common; }
52