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