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