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

Formats the value using the given formatter. Read more

impl Clone for Keyword
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Keyword

impl Sync for Keyword