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