pub struct Inner<Path>(/* private fields */);Expand description
A lane reached through the product’s composed behavior sends.
Trait Implementations§
Source§impl<L, R, Input, Path> SendInput<Input, Inner<Path>> for SendProduct<L, R>where
L: SendInput<Input, Path>,
impl<L, R, Input, Path> SendInput<Input, Inner<Path>> for SendProduct<L, R>where
L: SendInput<Input, Path>,
Source§impl<A, Sends, C, Input, Path> SendInput<Input, Inner<Path>> for SupervisorSends<A, Sends, C>
impl<A, Sends, C, Input, Path> SendInput<Input, Inner<Path>> for SupervisorSends<A, Sends, C>
Source§impl<Sends, Input, Path> SendInput<Input, Inner<Path>> for DeadlineSends<Sends>where
Sends: SendInput<Input, Path>,
impl<Sends, Input, Path> SendInput<Input, Inner<Path>> for DeadlineSends<Sends>where
Sends: SendInput<Input, Path>,
Auto Trait Implementations§
impl<Path> Freeze for Inner<Path>
impl<Path> RefUnwindSafe for Inner<Path>
impl<Path> Send for Inner<Path>
impl<Path> Sync for Inner<Path>
impl<Path> Unpin for Inner<Path>
impl<Path> UnsafeUnpin for Inner<Path>
impl<Path> UnwindSafe for Inner<Path>
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