pub struct Paragraph {
pub id: Option<String>,
pub style: Option<String>,
pub content: Style,
}Expand description
A basic paragraph, may include simple formatting inside
Fields§
§id: Option<String>§style: Option<String>§content: StyleTrait Implementations§
source§impl PartialEq<Paragraph> for Paragraph
impl PartialEq<Paragraph> for Paragraph
impl StructuralPartialEq for Paragraph
Auto Trait Implementations§
impl RefUnwindSafe for Paragraph
impl Send for Paragraph
impl Sync for Paragraph
impl Unpin for Paragraph
impl UnwindSafe for Paragraph
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