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