Struct biliapi::requests::UserInfo[][src]

pub struct UserInfo {
    pub mid: u64,
    pub name: String,
    pub avatar_url: String,
    pub followers: u64,
    pub following: u64,
    pub sign: String,
}
Expand description

用户信息,返回如粉丝数、头像等信息

Fields

mid: u64name: Stringavatar_url: String

头像链接

followers: u64

粉丝数

following: u64

关注数

sign: String

个性签名

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

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.