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