diff --git a/help.html b/help.html index 952b5ec..5208520 100644 --- a/help.html +++ b/help.html @@ -1 +1 @@ -
pub const GIT_COMMIT_HASH: &str = _;
pub const GIT_COMMIT_HASH: &str = _;
pub const PKG_DESCRIPTION: &str = _;
pub const PKG_DESCRIPTION: &str = _;
pub const PKG_HOMEPAGE: &str = _;
pub const PKG_HOMEPAGE: &str = _;
pub const V1_API_ROUTES: Routes;
pub const V1_API_ROUTES: Routes;
const GIST_CACHE_VERSION: usize = 1;
const GIST_CACHE_VERSION: usize = 1;
const POST_CACHE_VERSION: usize = 3;
const POST_CACHE_VERSION: usize = 3;
pub struct GetPostPost {
- pub title: String,
- pub created_at: i64,
- pub reading_time: f64,
- pub unique_slug: String,
+ pub title: String,
+ pub created_at: i64,
+ pub reading_time: f64,
+ pub unique_slug: String,
pub creator: GetPostPostCreator,
- pub preview_image: Option<GetPostPostPreviewImage>,
- pub preview_content: Option<GetPostPostPreviewContent>,
+ pub preview_image: Option<GetPostPostPreviewImage>,
+ pub preview_content: Option<GetPostPostPreviewContent>,
pub content: GetPostPostContent,
-}
title: String
§created_at: i64
§reading_time: f64
§unique_slug: String
§creator: GetPostPostCreator
§preview_image: Option<GetPostPostPreviewImage>
§preview_content: Option<GetPostPostPreviewContent>
§content: GetPostPostContent
source
. Read moreCalls U::from(self)
.
title: String
§created_at: i64
§reading_time: f64
§unique_slug: String
§creator: GetPostPostCreator
§preview_image: Option<GetPostPostPreviewImage>
§preview_content: Option<GetPostPostPreviewContent>
§content: GetPostPostContent
source
. Read moreFrom<T> for U
chooses to do.
+