pub struct Contributor {}Trait Implementations§
Source§impl<'a> WrapperFn for Contributor
impl<'a> WrapperFn for Contributor
fn name(&self) -> &str
fn before<'life0, 'life1, 'async_trait>(
&'life0 self,
data: &'life1 mut ServiceData,
) -> Pin<Box<dyn Future<Output = WrapperResult> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
fn after<'life0, 'life1, 'async_trait>(
&'life0 self,
_data: &'life1 mut ServiceData,
) -> Pin<Box<dyn Future<Output = WrapperResult> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
Auto Trait Implementations§
impl Freeze for Contributor
impl RefUnwindSafe for Contributor
impl Send for Contributor
impl Sync for Contributor
impl Unpin for Contributor
impl UnsafeUnpin for Contributor
impl UnwindSafe for Contributor
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