Struct crates_io_api::types::Keyword [] [src]

pub struct Keyword {
    pub id: String,
    pub keyword: String,
    pub crates_cnt: u64,
    pub created_at: DateTime<Utc>,
}

Fields

Trait Implementations

impl Debug for Keyword
[src]

[src]

Formats the value using the given formatter.

impl Clone for Keyword
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more