pub struct CardContentEntry {
pub id: String,
pub json: Value,
}Fields§
§id: String§json: ValueTrait Implementations§
Source§impl Clone for CardContentEntry
impl Clone for CardContentEntry
Source§fn clone(&self) -> CardContentEntry
fn clone(&self) -> CardContentEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CardContentEntry
impl RefUnwindSafe for CardContentEntry
impl Send for CardContentEntry
impl Sync for CardContentEntry
impl Unpin for CardContentEntry
impl UnsafeUnpin for CardContentEntry
impl UnwindSafe for CardContentEntry
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