pub struct TextBody {
pub body_properties: BodyProperties,
pub paragraphs: Vec<TextParagraph>,
}Expand description
Text body (p:txBody or a:txBody)
Fields§
§body_properties: BodyProperties§paragraphs: Vec<TextParagraph>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TextBody
impl RefUnwindSafe for TextBody
impl Send for TextBody
impl Sync for TextBody
impl Unpin for TextBody
impl UnwindSafe for TextBody
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