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