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: Clone> Clone for DeadlineSends<Sends>
impl<Sends: Clone> Clone for DeadlineSends<Sends>
Source§fn clone(&self) -> DeadlineSends<Sends>
fn clone(&self) -> DeadlineSends<Sends>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<Sends: Debug> Debug for DeadlineSends<Sends>
impl<Sends: Debug> Debug for DeadlineSends<Sends>
impl<Sends: Eq> Eq for DeadlineSends<Sends>
Source§impl<Sends: PartialEq> PartialEq for DeadlineSends<Sends>
impl<Sends: PartialEq> PartialEq for DeadlineSends<Sends>
Source§impl<Sends: SendAlgebra> SendAlgebra for DeadlineSends<Sends>
impl<Sends: SendAlgebra> SendAlgebra for DeadlineSends<Sends>
Source§impl<Sends> SendInput<ScheduleAt, Own> for DeadlineSends<Sends>
impl<Sends> SendInput<ScheduleAt, Own> for DeadlineSends<Sends>
fn emit(&mut self, input: ScheduleAt)
impl<Sends: PartialEq> StructuralPartialEq for DeadlineSends<Sends>
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