pub struct ValidatedFlowgraph { /* private fields */ }Implementations§
Source§impl ValidatedFlowgraph
impl ValidatedFlowgraph
pub fn extract_block<N: FlowgraphNode>( &mut self, node: N, ) -> Result<BlockObject<N::B>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValidatedFlowgraph
impl RefUnwindSafe for ValidatedFlowgraph
impl Send for ValidatedFlowgraph
impl Sync for ValidatedFlowgraph
impl Unpin for ValidatedFlowgraph
impl UnwindSafe for ValidatedFlowgraph
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