Struct apalis_core::layers::CommonLayer
source · pub struct CommonLayer<In, T, U, E> { /* private fields */ }
Expand description
A generic layer that has been stripped off types. This is returned by a crate::Backend and can be used to customize the middleware of the service consuming tasks
Implementations§
Trait Implementations§
source§impl<In, T, U, E> Clone for CommonLayer<In, T, U, E>
impl<In, T, U, E> Clone for CommonLayer<In, T, U, E>
source§impl<In, T, U, E> Debug for CommonLayer<In, T, U, E>
impl<In, T, U, E> Debug for CommonLayer<In, T, U, E>
Auto Trait Implementations§
impl<In, T, U, E> Freeze for CommonLayer<In, T, U, E>
impl<In, T, U, E> !RefUnwindSafe for CommonLayer<In, T, U, E>
impl<In, T, U, E> !Send for CommonLayer<In, T, U, E>
impl<In, T, U, E> !Sync for CommonLayer<In, T, U, E>
impl<In, T, U, E> Unpin for CommonLayer<In, T, U, E>
impl<In, T, U, E> !UnwindSafe for CommonLayer<In, T, U, E>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)