pub enum MoveFromChild {
Run(Box<Run>),
CommentStart(Box<CommentRangeStart>),
CommentEnd(CommentRangeEnd),
}Variants§
Trait Implementations§
Source§impl Clone for MoveFromChild
impl Clone for MoveFromChild
Source§fn clone(&self) -> MoveFromChild
fn clone(&self) -> MoveFromChild
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 MoveFromChild
impl Debug for MoveFromChild
Source§impl PartialEq for MoveFromChild
impl PartialEq for MoveFromChild
Source§impl Serialize for MoveFromChild
impl Serialize for MoveFromChild
impl StructuralPartialEq for MoveFromChild
Auto Trait Implementations§
impl Freeze for MoveFromChild
impl RefUnwindSafe for MoveFromChild
impl Send for MoveFromChild
impl Sync for MoveFromChild
impl Unpin for MoveFromChild
impl UnsafeUnpin for MoveFromChild
impl UnwindSafe for MoveFromChild
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