Struct crates_io_api::Category[][src]

pub struct Category {
    pub category: String,
    pub crates_cnt: u64,
    pub created_at: DateTime<Utc>,
    pub description: String,
    pub id: String,
    pub slug: String,
}

Fields

Trait Implementations

impl Debug for Category
[src]

Formats the value using the given formatter. Read more

impl Clone for Category
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Category

impl Sync for Category