pub struct ChildGraphOp {
pub child: GraphHandle,
}Expand description
Op variant for embedding a previously-recorded sub-graph.
Fields§
§child: GraphHandleTrait Implementations§
Source§impl GraphOpRecord for ChildGraphOp
impl GraphOpRecord for ChildGraphOp
Auto Trait Implementations§
impl Freeze for ChildGraphOp
impl RefUnwindSafe for ChildGraphOp
impl Send for ChildGraphOp
impl Sync for ChildGraphOp
impl Unpin for ChildGraphOp
impl UnsafeUnpin for ChildGraphOp
impl UnwindSafe for ChildGraphOp
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