pub struct Viewer {}Trait Implementations§
Source§impl<'a> WrapperFn for Viewer
impl<'a> WrapperFn for Viewer
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 Viewer
impl RefUnwindSafe for Viewer
impl Send for Viewer
impl Sync for Viewer
impl Unpin for Viewer
impl UnsafeUnpin for Viewer
impl UnwindSafe for Viewer
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