pub enum MoveToChild {
Run(Box<Run>),
Delete(Delete),
CommentStart(Box<CommentRangeStart>),
CommentEnd(CommentRangeEnd),
}Variants§
Trait Implementations§
impl BuildXML for MoveToChild
Source§impl Clone for MoveToChild
impl Clone for MoveToChild
Source§fn clone(&self) -> MoveToChild
fn clone(&self) -> MoveToChild
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MoveToChild
impl Debug for MoveToChild
Source§impl PartialEq for MoveToChild
impl PartialEq for MoveToChild
Source§impl Serialize for MoveToChild
impl Serialize for MoveToChild
impl StructuralPartialEq for MoveToChild
Auto Trait Implementations§
impl Freeze for MoveToChild
impl RefUnwindSafe for MoveToChild
impl Send for MoveToChild
impl Sync for MoveToChild
impl Unpin for MoveToChild
impl UnsafeUnpin for MoveToChild
impl UnwindSafe for MoveToChild
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