Struct service_async::layer::LayerFn
source · pub struct LayerFn<C, FN> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<C, FN> RefUnwindSafe for LayerFn<C, FN>where FN: RefUnwindSafe,
impl<C, FN> Send for LayerFn<C, FN>where FN: Send,
impl<C, FN> Sync for LayerFn<C, FN>where FN: Sync,
impl<C, FN> Unpin for LayerFn<C, FN>where FN: Unpin,
impl<C, FN> UnwindSafe for LayerFn<C, FN>where FN: 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