pub struct DataFlowGraphWrapper(pub DataFlowGraph);
Tuple Fields§
§0: DataFlowGraph
Trait Implementations§
Source§impl Debug for DataFlowGraphWrapper
impl Debug for DataFlowGraphWrapper
Auto Trait Implementations§
impl Freeze for DataFlowGraphWrapper
impl RefUnwindSafe for DataFlowGraphWrapper
impl Send for DataFlowGraphWrapper
impl Sync for DataFlowGraphWrapper
impl Unpin for DataFlowGraphWrapper
impl UnwindSafe for DataFlowGraphWrapper
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