Struct cargo_registry::keyword::Keyword [] [src]

pub struct Keyword {
    pub id: i32,
    pub keyword: String,
    pub crates_cnt: i32,
    pub created_at: Timespec,
}

Fields

Methods

impl Keyword
[src]

Trait Implementations

impl Clone for Keyword
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl HasTable for Keyword

impl<'ident> Identifiable for &'ident Keyword

impl Model for Keyword
[src]