Struct rust_texas::component::Paragraph
source · pub struct Paragraph { /* private fields */ }Expand description
Block of text bracketed by “\n\n”. Generates a latex paragraph.
Implementations§
Trait Implementations§
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