Type Alias mangadex_api::v5::schema::UserCollection

source ·
pub type UserCollection = Results<ApiObject<UserAttributes>>;

Aliased Type§

struct UserCollection {
    pub result: ResultType,
    pub response: ResponseType,
    pub data: Vec<ApiObject<UserAttributes>>,
    pub limit: u32,
    pub offset: u32,
    pub total: u32,
}

Fields§

§result: ResultType§response: ResponseType§data: Vec<ApiObject<UserAttributes>>§limit: u32§offset: u32§total: u32