| LOW | crates/db_schema/src/lib.rs | 61 | Old, |
| LOW | crates/db_schema/src/lib.rs | 141 | #[cfg_attr(feature = "ts-rs", ts(export))] |
| LOW | crates/db_schema/src/newtypes.rs | 41 | Comment(CommentId), |
| LOW | crates/db_schema/src/newtypes.rs | 81 | /// The comment report id. |
| LOW | crates/db_schema/src/newtypes.rs | 101 | #[cfg_attr(feature = "ts-rs", ts(optional_fields, export))] |
| LOW | crates/db_schema/src/newtypes.rs | 121 | )] |
| LOW | crates/db_schema/src/newtypes.rs | 141 | #[derive(Debug, Copy, Clone, Hash, Eq, PartialEq, Serialize, Deserialize, Default)] |
| LOW | crates/db_schema/src/newtypes.rs | 161 | |
| LOW | crates/db_schema/src/newtypes.rs | 181 | pub struct PersonSavedCombinedId(pub i32); |
| LOW | crates/db_schema/src/newtypes.rs | 201 | #[cfg_attr(feature = "ts-rs", derive(ts_rs::TS))] |
| LOW | crates/db_schema/src/source/local_site_rate_limit.rs | 1 | use crate::newtypes::LocalSiteId; |
| LOW | crates/db_schema/src/source/local_site_rate_limit.rs | 41 | #[derive(Clone, derive_new::new)] |
| LOW | crates/db_schema/src/source/oauth_provider.rs | 21 | /// The issuer url of the OAUTH provider. |
| LOW | crates/db_schema/src/source/oauth_provider.rs | 61 | #[skip_serializing_none] |
| LOW | crates/db_schema/src/source/comment.rs | 121 | |
| LOW | crates/db_schema/src/source/person.rs | 121 | #[skip_serializing_none] |
| LOW | crates/db_schema/src/source/post.rs | 181 | #[cfg_attr( |
| LOW | crates/db_schema/src/source/instance.rs | 61 | #[cfg_attr(feature = "full", diesel(check_for_backend(diesel::pg::Pg)))] |
| LOW | crates/db_schema/src/source/local_site.rs | 21 | #[derive(PartialEq, Eq, Debug, Clone, Serialize, Deserialize, Default)] |
| LOW | crates/db_schema/src/source/images.rs | 41 | pub thumbnail_for_post_id: Option<Option<PostId>>, |
| LOW | crates/db_schema/src/source/login_token.rs | 1 | use crate::newtypes::LocalUserId; |
| LOW | crates/db_schema/src/source/community.rs | 181 | derive(Identifiable, Queryable, Selectable, Associations, CursorKeysModule) |
| LOW | crates/db_schema/src/source/community_tag.rs | 1 | use crate::newtypes::{CommunityId, CommunityTagId, PostId}; |
| LOW | crates/db_schema/src/source/community_tag.rs | 61 | /// We wrap this in a struct so we can implement FromSqlRow<Json> for it |
| LOW | crates/db_schema/src/impls/community.rs | 201 | type_: &Option<ListingType>, |
| LOW | crates/db_views/post/src/api.rs | 101 | #[derive(Debug, Serialize, Deserialize, Clone, Copy, Default, PartialEq, Eq, Hash)] |
| LOW | crates/db_views/post/src/api.rs | 161 | pub struct GetSiteMetadataResponse { |
| LOW | crates/db_views/post/src/api.rs | 241 | #[derive(Debug, Serialize, Deserialize, Clone, PartialEq, Eq, Hash)] |
| LOW | crates/db_views/post/src/db_perf/series.rs | 21 | /// For example, if there's a `numbers` table with a `number` column, this inserts all numbers from |
| LOW | crates/db_views/modlog/src/lib.rs | 21 | #[skip_serializing_none] |
| LOW | crates/db_views/person/src/api.rs | 21 | #[cfg_attr(feature = "ts-rs", ts(optional_fields, export))] |
| LOW | crates/db_views/person/src/api.rs | 61 | |
| LOW | crates/db_views/comment/src/api.rs | 61 | |
| LOW | crates/db_views/report_combined/src/api.rs | 21 | #[derive(Debug, Serialize, Deserialize, Clone, Default, PartialEq, Eq, Hash)] |
| LOW | crates/db_views/registration_applications/src/api.rs | 21 | #[skip_serializing_none] |
| LOW | crates/db_views/site/src/lib.rs | 21 | pub mod impls; |
| LOW | crates/db_views/site/src/lib.rs | 41 | #[derive(Debug, Serialize, Deserialize, Clone)] |
| LOW | crates/db_views/site/src/api.rs | 281 | /// What kind of post upvotes your site allows. |
| LOW | crates/db_views/site/src/api.rs | 361 | #[derive(Debug, Serialize, Deserialize, Clone)] |
| LOW | crates/db_views/site/src/api.rs | 421 | |
| LOW | crates/db_views/site/src/api.rs | 501 | pub email: SensitiveString, |
| LOW | crates/db_views/site/src/api.rs | 601 | #[cfg_attr(feature = "ts-rs", derive(ts_rs::TS))] |
| LOW | crates/db_views/site/src/api.rs | 681 | #[cfg_attr(feature = "ts-rs", derive(ts_rs::TS))] |
| LOW | crates/db_views/site/src/api.rs | 741 | Comment(Comment), |
| LOW | crates/db_views/community/src/lib.rs | 21 | #[cfg(feature = "full")] |
| LOW | crates/db_views/community/src/api.rs | 81 | |
| LOW | crates/server/src/lib.rs | 61 | static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc; |
| LOW | crates/server/src/lib.rs | 81 | /// If you are running multiple Lemmy server processes, you probably want to disable scheduled |
| LOW | crates/server/src/lib.rs | 101 | /// |
| LOW | crates/utils/src/settings/structs.rs | 21 | #[doku(example = "Some(Default::default())")] |
| LOW | crates/utils/src/settings/structs.rs | 81 | #[serde(default, deny_unknown_fields)] |
| LOW | crates/utils/src/settings/structs.rs | 101 | #[serde(default, deny_unknown_fields)] |
| LOW | crates/utils/src/settings/structs.rs | 121 | /// Name of the site, can be changed later. Maximum 20 characters. Only used if `admin_username` |
| LOW | crates/utils/src/settings/structs.rs | 141 | pub struct PrometheusConfig { |
| LOW | crates/utils/src/settings/structs.rs | 161 | } |
| LOW | crates/utils/src/utils/slurs.rs | 81 | } |
| LOW | crates/db_schema_file/src/enums.rs | 81 | )] |
| LOW | crates/db_schema_file/src/enums.rs | 101 | #[cfg_attr( |
| LOW | crates/db_schema_file/src/enums.rs | 121 | #[cfg_attr(feature = "full", derive(DbEnum))] |
| LOW | crates/db_schema_file/src/enums.rs | 161 | ExistingTypePath = "crate::schema::sql_types::FederationModeEnum" |
| 11 more matches not shown… |