pub struct AckLayer<A, Req, Ctx, Cdc> { /* private fields */ }
Expand description
A layer that acknowledges a job completed successfully
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<A, Req, Ctx, Cdc> Freeze for AckLayer<A, Req, Ctx, Cdc>where
A: Freeze,
impl<A, Req, Ctx, Cdc> !RefUnwindSafe for AckLayer<A, Req, Ctx, Cdc>
impl<A, Req, Ctx, Cdc> Send for AckLayer<A, Req, Ctx, Cdc>
impl<A, Req, Ctx, Cdc> Sync for AckLayer<A, Req, Ctx, Cdc>
impl<A, Req, Ctx, Cdc> Unpin for AckLayer<A, Req, Ctx, Cdc>
impl<A, Req, Ctx, Cdc> !UnwindSafe for AckLayer<A, Req, Ctx, Cdc>
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