pub struct TableParagraphTransformer { /* private fields */ }Expand description
ParagraphTransformer that transforms table paragraphs into table nodes.
Implementations§
Source§impl TableParagraphTransformer
impl TableParagraphTransformer
Sourcepub fn new(reg: Rc<RefCell<ContextKeyRegistry>>) -> Self
pub fn new(reg: Rc<RefCell<ContextKeyRegistry>>) -> Self
Returns a new TableParagraphTransformer.
Trait Implementations§
Source§impl Debug for TableParagraphTransformer
impl Debug for TableParagraphTransformer
Source§impl From<TableParagraphTransformer> for AnyParagraphTransformer
impl From<TableParagraphTransformer> for AnyParagraphTransformer
Source§fn from(t: TableParagraphTransformer) -> Self
fn from(t: TableParagraphTransformer) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TableParagraphTransformer
impl RefUnwindSafe for TableParagraphTransformer
impl Send for TableParagraphTransformer
impl Sync for TableParagraphTransformer
impl Unpin for TableParagraphTransformer
impl UnsafeUnpin for TableParagraphTransformer
impl UnwindSafe for TableParagraphTransformer
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