pub struct TitleTx {
pub rich: RichText,
}Expand description
Title text body.
Fields§
§rich: RichTextTrait Implementations§
Source§impl<'de> Deserialize<'de> for TitleTx
impl<'de> Deserialize<'de> for TitleTx
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
impl StructuralPartialEq for TitleTx
Auto Trait Implementations§
impl Freeze for TitleTx
impl RefUnwindSafe for TitleTx
impl Send for TitleTx
impl Sync for TitleTx
impl Unpin for TitleTx
impl UnwindSafe for TitleTx
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