pub struct RepostItem {
pub desc: Desc,
pub card: String,
pub extend_json: String,
pub display: Display,
}Expand description
动态转发列表中的转发项
Fields§
§desc: Desc§card: String§extend_json: String§display: DisplayTrait Implementations§
Source§impl Clone for RepostItem
impl Clone for RepostItem
Source§fn clone(&self) -> RepostItem
fn clone(&self) -> RepostItem
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 moreSource§impl Debug for RepostItem
impl Debug for RepostItem
Source§impl<'de> Deserialize<'de> for RepostItem
impl<'de> Deserialize<'de> for RepostItem
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 RepostItem
impl RefUnwindSafe for RepostItem
impl Send for RepostItem
impl Sync for RepostItem
impl Unpin for RepostItem
impl UnwindSafe for RepostItem
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