pub struct ReceiveTimeoutSends<Sends> {
pub behavior: Sends,
pub schedules: ServiceSends<ScheduleAfter>,
}Expand description
Named effect lanes added by ReceiveTimeout.
Fields§
§behavior: Sends§schedules: ServiceSends<ScheduleAfter>Trait Implementations§
Source§impl<Sends: SendAlgebra> SendAlgebra for ReceiveTimeoutSends<Sends>
impl<Sends: SendAlgebra> SendAlgebra for ReceiveTimeoutSends<Sends>
Source§impl<Sends, Input, Path> SendInput<Input, Inner<Path>> for ReceiveTimeoutSends<Sends>where
Sends: SendInput<Input, Path>,
impl<Sends, Input, Path> SendInput<Input, Inner<Path>> for ReceiveTimeoutSends<Sends>where
Sends: SendInput<Input, Path>,
Source§impl<Sends> SendInput<ScheduleAfter, Own> for ReceiveTimeoutSends<Sends>
impl<Sends> SendInput<ScheduleAfter, Own> for ReceiveTimeoutSends<Sends>
fn emit(&mut self, input: ScheduleAfter)
Auto Trait Implementations§
impl<Sends> Freeze for ReceiveTimeoutSends<Sends>where
Sends: Freeze,
impl<Sends> RefUnwindSafe for ReceiveTimeoutSends<Sends>where
Sends: RefUnwindSafe,
impl<Sends> Send for ReceiveTimeoutSends<Sends>where
Sends: Send,
impl<Sends> Sync for ReceiveTimeoutSends<Sends>where
Sends: Sync,
impl<Sends> Unpin for ReceiveTimeoutSends<Sends>where
Sends: Unpin,
impl<Sends> UnsafeUnpin for ReceiveTimeoutSends<Sends>where
Sends: UnsafeUnpin,
impl<Sends> UnwindSafe for ReceiveTimeoutSends<Sends>where
Sends: UnwindSafe,
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