pub struct Junction { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Connectable for Junction
impl Connectable for Junction
fn add_output( &mut self, _port: OutputPort, breakable: Breakable, src_id: usize, dst_id: usize, ) -> Result<Pull, ConnectableAddOutputError>
fn add_input( &mut self, pull: Pull, priority: isize, ) -> Result<(), ConnectableAddInputError>
Auto Trait Implementations§
impl Freeze for Junction
impl !RefUnwindSafe for Junction
impl Send for Junction
impl Sync for Junction
impl Unpin for Junction
impl !UnwindSafe for Junction
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