pub struct TextTag { /* private fields */ }Expand description
标题的标签属性。最多可配置 3 个标签内容,如果配置的标签数量超过 3 个,则取前 3 个标签进行展示。标签展示顺序与数组顺序一致。
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TextTag
impl<'de> Deserialize<'de> for TextTag
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 TextTag
impl RefUnwindSafe for TextTag
impl Send for TextTag
impl Sync for TextTag
impl Unpin for TextTag
impl UnwindSafe for TextTag
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