Struct crates_io_api::types::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]

[src]

Formats the value using the given formatter.

impl Clone for Category
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more