pub struct Test {
pub node: Test,
}
Expand description
Input Port API Struct for Node Test
Fields
node: Test
Implementations
sourceimpl Test
impl Test
sourcepub fn f(self, node: &dyn ConstructorNodeOutputPort) -> Test
pub fn f(self, node: &dyn ConstructorNodeOutputPort) -> Test
Assign to input port for Node Test Input f
Auto Trait Implementations
impl !RefUnwindSafe for Test
impl !Send for Test
impl !Sync for Test
impl Unpin for Test
impl !UnwindSafe for Test
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more