Skip to main content

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    clippy::doc_lazy_continuation,
10)]
11
12#![allow(missing_docs)]
13
14if_feature! { "dbx_account", pub mod account; }
15
16if_feature! { "dbx_account_id", pub mod account_id; }
17
18if_feature! { "dbx_async", pub mod dbx_async; }
19
20pub mod auth;
21
22if_feature! { "dbx_check", pub mod check; }
23
24if_feature! { "dbx_common", pub mod common; }
25
26if_feature! { "dbx_contacts", pub mod contacts; }
27
28if_feature! { "dbx_file_properties", pub mod file_properties; }
29
30if_feature! { "dbx_file_requests", pub mod file_requests; }
31
32if_feature! { "dbx_files", pub mod files; }
33
34if_feature! { "dbx_openid", pub mod openid; }
35
36if_feature! { "dbx_paper", pub mod paper; }
37
38if_feature! { "dbx_riviera", pub mod riviera; }
39
40if_feature! { "dbx_secondary_emails", pub mod secondary_emails; }
41
42if_feature! { "dbx_seen_state", pub mod seen_state; }
43
44if_feature! { "dbx_sharing", pub mod sharing; }
45
46if_feature! { "dbx_team", pub mod team; }
47
48if_feature! { "dbx_team_common", pub mod team_common; }
49
50if_feature! { "dbx_team_log", pub mod team_log; }
51
52if_feature! { "dbx_team_policies", pub mod team_policies; }
53
54if_feature! { "dbx_users", pub mod users; }
55
56if_feature! { "dbx_users_common", pub mod users_common; }
57