Struct libgistit::github::CreateResponse
source · [−]pub struct CreateResponse {Show 13 fields
pub url: String,
pub forks_url: String,
pub commits_url: String,
pub id: String,
pub node_id: String,
pub git_pull_url: String,
pub git_push_url: String,
pub html_url: String,
pub created_at: String,
pub updated_at: String,
pub description: String,
pub comments: i32,
pub comments_url: String,
}
Fields
url: String
forks_url: String
commits_url: String
id: String
node_id: String
git_pull_url: String
git_push_url: String
html_url: String
created_at: String
updated_at: String
description: String
comments: i32
comments_url: String
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 CreateResponse
impl Send for CreateResponse
impl Sync for CreateResponse
impl Unpin for CreateResponse
impl UnwindSafe for CreateResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more