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