pub struct NodeIO {
pub id: NodeID,
pub inputs: HashSet<InputID>,
pub outputs: HashSet<OutputID>,
}
Fields§
§id: NodeID
§inputs: HashSet<InputID>
§outputs: HashSet<OutputID>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NodeIO
impl RefUnwindSafe for NodeIO
impl Send for NodeIO
impl Sync for NodeIO
impl Unpin for NodeIO
impl UnwindSafe for NodeIO
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