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