Struct cargo_registry::category::Category [] [src]

pub struct Category {
    pub id: i32,
    pub category: String,
    pub slug: String,
    pub description: String,
    pub crates_cnt: i32,
    pub created_at: Timespec,
}

Fields

Methods

impl Category
[src]

Trait Implementations

impl Clone for Category
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl HasTable for Category

impl<'ident> Identifiable for &'ident Category

impl Model for Category
[src]