pub enum TableRowChild {
TableCell(TableCell),
}
Variants§
Trait Implementations§
Source§impl Clone for TableRowChild
impl Clone for TableRowChild
Source§fn clone(&self) -> TableRowChild
fn clone(&self) -> TableRowChild
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TableRowChild
impl Debug for TableRowChild
Source§impl PartialEq for TableRowChild
impl PartialEq for TableRowChild
Source§impl Serialize for TableRowChild
impl Serialize for TableRowChild
impl StructuralPartialEq for TableRowChild
Auto Trait Implementations§
impl Freeze for TableRowChild
impl RefUnwindSafe for TableRowChild
impl Send for TableRowChild
impl Sync for TableRowChild
impl Unpin for TableRowChild
impl UnwindSafe for TableRowChild
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