pub struct DecompositionAttachTarget {
pub task: Box<Task>,
pub has_existing_children: bool,
}Fields§
§task: Box<Task>§has_existing_children: boolTrait Implementations§
Source§impl Clone for DecompositionAttachTarget
impl Clone for DecompositionAttachTarget
Source§fn clone(&self) -> DecompositionAttachTarget
fn clone(&self) -> DecompositionAttachTarget
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 DecompositionAttachTarget
impl Debug for DecompositionAttachTarget
Auto Trait Implementations§
impl Freeze for DecompositionAttachTarget
impl RefUnwindSafe for DecompositionAttachTarget
impl Send for DecompositionAttachTarget
impl Sync for DecompositionAttachTarget
impl Unpin for DecompositionAttachTarget
impl UnsafeUnpin for DecompositionAttachTarget
impl UnwindSafe for DecompositionAttachTarget
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