pub struct BlockPin {
pub name: String,
pub kind: HaystackKind,
}Expand description
Defines a block pin
A block pin is either an input or an output
Fields§
§name: String§kind: HaystackKindTrait Implementations§
impl StructuralPartialEq for BlockPin
Auto Trait Implementations§
impl Freeze for BlockPin
impl RefUnwindSafe for BlockPin
impl Send for BlockPin
impl Sync for BlockPin
impl Unpin for BlockPin
impl UnwindSafe for BlockPin
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