pub struct DynamicCard {
pub desc: Desc,
pub card: String,
pub extend_json: String,
pub display: Value,
}Fields§
§desc: Desc§card: String§extend_json: String§display: ValueTrait Implementations§
Source§impl Clone for DynamicCard
impl Clone for DynamicCard
Source§fn clone(&self) -> DynamicCard
fn clone(&self) -> DynamicCard
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DynamicCard
impl Debug for DynamicCard
Source§impl<'de> Deserialize<'de> for DynamicCard
impl<'de> Deserialize<'de> for DynamicCard
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 DynamicCard
impl RefUnwindSafe for DynamicCard
impl Send for DynamicCard
impl Sync for DynamicCard
impl Unpin for DynamicCard
impl UnsafeUnpin for DynamicCard
impl UnwindSafe for DynamicCard
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