pub struct OutputRef {
pub node_id: NodeId,
pub port_name: String,
}Fields§
§node_id: NodeId§port_name: StringTrait Implementations§
impl StructuralPartialEq for OutputRef
Auto Trait Implementations§
impl Freeze for OutputRef
impl RefUnwindSafe for OutputRef
impl Send for OutputRef
impl Sync for OutputRef
impl Unpin for OutputRef
impl UnsafeUnpin for OutputRef
impl UnwindSafe for OutputRef
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