pub enum AnyPins<'a> {
Out(&'a [OutPinId]),
In(&'a [InPinId]),
}Expand description
In the current context, these are the I/O pins of the ‘source’ node that the newly created node’s I/O pins will connect to.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for AnyPins<'a>
impl<'a> RefUnwindSafe for AnyPins<'a>
impl<'a> Send for AnyPins<'a>
impl<'a> Sync for AnyPins<'a>
impl<'a> Unpin for AnyPins<'a>
impl<'a> UnwindSafe for AnyPins<'a>
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