pub struct TextBody {
pub paragraphs: Vec<Paragraph>,
}Expand description
A text body (21.1.2.1).
Fields§
§paragraphs: Vec<Paragraph>Implementations§
Trait Implementations§
impl Eq for TextBody
impl StructuralPartialEq for TextBody
Auto Trait Implementations§
impl Freeze for TextBody
impl RefUnwindSafe for TextBody
impl Send for TextBody
impl Sync for TextBody
impl Unpin for TextBody
impl UnsafeUnpin 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