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
作者VIP信息
Fields§
§type: i32VIP类型
status: i32VIP状态
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 UnsafeUnpin 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