pub struct ChildGraphInsertion {
pub op: ChildGraphOp,
pub keep_alive: Arc<()>,
}Expand description
Helper used by pipeline builders that want to keep a reference to the inserted child-graph for later parameter rebinding.
Fields§
§op: ChildGraphOp§keep_alive: Arc<()>Auto Trait Implementations§
impl Freeze for ChildGraphInsertion
impl RefUnwindSafe for ChildGraphInsertion
impl Send for ChildGraphInsertion
impl Sync for ChildGraphInsertion
impl Unpin for ChildGraphInsertion
impl UnsafeUnpin for ChildGraphInsertion
impl UnwindSafe for ChildGraphInsertion
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