pub enum TableChild {
TableRow(TableRow),
}
Variants§
Trait Implementations§
Source§impl Clone for TableChild
impl Clone for TableChild
Source§fn clone(&self) -> TableChild
fn clone(&self) -> TableChild
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 TableChild
impl Debug for TableChild
Source§impl PartialEq for TableChild
impl PartialEq for TableChild
Source§impl Serialize for TableChild
impl Serialize for TableChild
impl StructuralPartialEq for TableChild
Auto Trait Implementations§
impl Freeze for TableChild
impl RefUnwindSafe for TableChild
impl Send for TableChild
impl Sync for TableChild
impl Unpin for TableChild
impl UnwindSafe for TableChild
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