Enum docx_rust::document::TableCellContent
source · [−]pub enum TableCellContent<'a> {
Paragraph(Paragraph<'a>),
}
Variants
Paragraph(Paragraph<'a>)
Trait Implementations
sourceimpl<'a> Clone for TableCellContent<'a>
impl<'a> Clone for TableCellContent<'a>
sourcefn clone(&self) -> TableCellContent<'a>
fn clone(&self) -> TableCellContent<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl<'a> Debug for TableCellContent<'a>
impl<'a> Debug for TableCellContent<'a>
sourceimpl<'a> From<Paragraph<'a>> for TableCellContent<'a>
impl<'a> From<Paragraph<'a>> for TableCellContent<'a>
sourcefn from(original: Paragraph<'a>) -> TableCellContent<'a>
fn from(original: Paragraph<'a>) -> TableCellContent<'a>
Converts to this type from the input type.
sourceimpl<'__input: 'a, 'a> XmlRead<'__input> for TableCellContent<'a>
impl<'__input: 'a, 'a> XmlRead<'__input> for TableCellContent<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for TableCellContent<'a>
impl<'a> Send for TableCellContent<'a>
impl<'a> Sync for TableCellContent<'a>
impl<'a> Unpin for TableCellContent<'a>
impl<'a> UnwindSafe for TableCellContent<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more