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