pub struct AuthorVip {
pub type: i32,
pub status: i32,
pub due_date: i64,
pub vip_pay_type: i32,
pub theme_type: i32,
pub label: Option<Value>,
}
Expand description
作者大会员状态
Fields§
§type: i32
大会员类型
status: i32
大会员状态
due_date: i64
到期时间
vip_pay_type: i32
支付类型
theme_type: i32
主题类型
label: Option<Value>
标签
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AuthorVip
impl<'de> Deserialize<'de> for AuthorVip
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AuthorVip
impl RefUnwindSafe for AuthorVip
impl Send for AuthorVip
impl Sync for AuthorVip
impl Unpin for AuthorVip
impl UnwindSafe for AuthorVip
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more