pub struct TextParagraph {
pub properties: ParagraphProperties,
pub runs: Vec<TextRun>,
}Expand description
Paragraph (a:p)
Fields§
§properties: ParagraphProperties§runs: Vec<TextRun>Implementations§
Trait Implementations§
Source§impl Clone for TextParagraph
impl Clone for TextParagraph
Source§fn clone(&self) -> TextParagraph
fn clone(&self) -> TextParagraph
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TextParagraph
impl Debug for TextParagraph
Auto Trait Implementations§
impl Freeze for TextParagraph
impl RefUnwindSafe for TextParagraph
impl Send for TextParagraph
impl Sync for TextParagraph
impl Unpin for TextParagraph
impl UnwindSafe for TextParagraph
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