pub struct DynamicContent {
pub contents: Vec<DynamicContentItem>,
}Expand description
动态内容
Fields§
§contents: Vec<DynamicContentItem>Trait Implementations§
Source§impl Clone for DynamicContent
impl Clone for DynamicContent
Source§fn clone(&self) -> DynamicContent
fn clone(&self) -> DynamicContent
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 DynamicContent
impl Debug for DynamicContent
Source§impl<'de> Deserialize<'de> for DynamicContent
impl<'de> Deserialize<'de> for DynamicContent
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 DynamicContent
impl RefUnwindSafe for DynamicContent
impl Send for DynamicContent
impl Sync for DynamicContent
impl Unpin for DynamicContent
impl UnwindSafe for DynamicContent
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