Struct biliapi::requests::UploaderStat[][src]

pub struct UploaderStat {
    pub video_views: u64,
    pub article_views: u64,
    pub likes: u64,
}
Expand description

up 主的统计信息,需要登录才可以获取

Fields

video_views: u64

视频阅读数

article_views: u64

文章阅读数

likes: u64

获赞数

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

用户的 mid

请求的实现

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.