pub struct LinkCard {
pub card: Card,
}Fields§
§card: Card卡片内容
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LinkCard
impl<'de> Deserialize<'de> for LinkCard
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 LinkCard
Auto Trait Implementations§
impl Freeze for LinkCard
impl RefUnwindSafe for LinkCard
impl Send for LinkCard
impl Sync for LinkCard
impl Unpin for LinkCard
impl UnsafeUnpin for LinkCard
impl UnwindSafe for LinkCard
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