Struct hubcaps::releases::Asset [] [src]

pub struct Asset {
    pub url: String,
    pub browser_download_url: String,
    pub id: u64,
    pub name: String,
    pub label: Option<String>,
    pub state: String,
    pub content_type: String,
    pub size: u64,
    pub download_count: u64,
    pub created_at: String,
    pub updated_at: String,
    pub uploader: User,
}

Fields

Trait Implementations

impl Debug for Asset
[src]

[src]

Formats the value using the given formatter.