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