Enum fb2::TableCellElement
source · pub enum TableCellElement {
Head(TableCell),
Data(TableCell),
}Variants§
Trait Implementations§
source§impl Debug for TableCellElement
impl Debug for TableCellElement
source§impl PartialEq<TableCellElement> for TableCellElement
impl PartialEq<TableCellElement> for TableCellElement
source§fn eq(&self, other: &TableCellElement) -> bool
fn eq(&self, other: &TableCellElement) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for TableCellElement
Auto Trait Implementations§
impl RefUnwindSafe for TableCellElement
impl Send for TableCellElement
impl Sync for TableCellElement
impl Unpin for TableCellElement
impl UnwindSafe for TableCellElement
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