pub struct OpusCard {
pub author: OpusAuthor,
pub cover: String,
pub jump_url: String,
pub stat: OpusStat,
pub title: String,
}Fields§
作者信息
cover: String封面 URL
jump_url: String跳转 URL
stat: OpusStat状态信息
title: String标题
Trait Implementations§
Source§impl<'de> Deserialize<'de> for OpusCard
impl<'de> Deserialize<'de> for OpusCard
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
impl StructuralPartialEq for OpusCard
Auto Trait Implementations§
impl Freeze for OpusCard
impl RefUnwindSafe for OpusCard
impl Send for OpusCard
impl Sync for OpusCard
impl Unpin for OpusCard
impl UnsafeUnpin for OpusCard
impl UnwindSafe for OpusCard
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