Struct octorust::types::GistSimple [−][src]
pub struct GistSimple {Show fields
pub comments: i64,
pub comments_url: String,
pub commits_url: String,
pub created_at: String,
pub description: String,
pub files: Option<Data>,
pub fork_of: Option<ForkOf>,
pub forks: Vec<Forks>,
pub forks_url: String,
pub git_pull_url: String,
pub git_push_url: String,
pub history: Vec<GistHistory>,
pub html_url: String,
pub id: String,
pub node_id: String,
pub owner: Option<User>,
pub public: bool,
pub truncated: bool,
pub updated_at: String,
pub url: String,
pub user: String,
}Expand description
Gist Simple
Fields
comments: i64Gist Simple
comments_url: StringGist Simple
commits_url: StringGist Simple
created_at: StringGist Simple
description: StringGist Simple
files: Option<Data>Gist Simple
fork_of: Option<ForkOf>Gist Simple
forks: Vec<Forks>Gist Simple
forks_url: StringGist Simple
git_pull_url: StringGist Simple
git_push_url: StringGist Simple
history: Vec<GistHistory>Gist Simple
html_url: StringGist Simple
id: StringGist Simple
node_id: StringGist Simple
owner: Option<User>Gist Simple
public: boolGist Simple
truncated: boolGist Simple
updated_at: StringGist Simple
url: StringGist Simple
user: StringGist Simple
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for GistSimpleimpl Send for GistSimpleimpl Sync for GistSimpleimpl Unpin for GistSimpleimpl UnwindSafe for GistSimpleBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more