pub struct Rust1x1 {
pub node_id: NodeId,
pub node: ConstructorNode,
pub port: Option<String>,
}
Expand description
Output Port API Struct for Node Rust1x1
Fields
node_id: NodeId
node: ConstructorNode
port: Option<String>
Implementations
sourceimpl Rust1x1
impl Rust1x1
sourcepub fn sig(self) -> Self
pub fn sig(self) -> Self
See also Node Rust1x1 about details to this output
Trait Implementations
sourceimpl ConstructorNodeBuilder for Rust1x1
impl ConstructorNodeBuilder for Rust1x1
sourceimpl ConstructorNodeOutputPort for Rust1x1
impl ConstructorNodeOutputPort for Rust1x1
fn port(&self) -> (ConstructorNode, String)
Auto Trait Implementations
impl !RefUnwindSafe for Rust1x1
impl !Send for Rust1x1
impl !Sync for Rust1x1
impl Unpin for Rust1x1
impl !UnwindSafe for Rust1x1
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