pub struct TxBody {
pub body_pr: BodyPr,
pub lst_style: LstStyle,
pub paragraphs: Vec<Paragraph>,
}Expand description
Text body element.
Fields§
§body_pr: BodyPr§lst_style: LstStyle§paragraphs: Vec<Paragraph>Trait Implementations§
Source§impl<'de> Deserialize<'de> for TxBody
impl<'de> Deserialize<'de> for TxBody
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 TxBody
Auto Trait Implementations§
impl Freeze for TxBody
impl RefUnwindSafe for TxBody
impl Send for TxBody
impl Sync for TxBody
impl Unpin for TxBody
impl UnwindSafe for TxBody
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