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