pub struct DebugNode<I>where
I: Clone,{
pub input: Input<I>,
pub output: Output<I>,
/* private fields */
}
Fields§
§input: Input<I>
§output: Output<I>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<I> Freeze for DebugNode<I>
impl<I> RefUnwindSafe for DebugNode<I>
impl<I> Send for DebugNode<I>where
I: Send,
impl<I> !Sync for DebugNode<I>
impl<I> Unpin for DebugNode<I>
impl<I> UnwindSafe for DebugNode<I>
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