pub struct DefaultInterceptor;Trait Implementations§
Source§impl Clone for DefaultInterceptor
impl Clone for DefaultInterceptor
Source§fn clone(&self) -> DefaultInterceptor
fn clone(&self) -> DefaultInterceptor
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl DataInterceptor for DefaultInterceptor
impl DataInterceptor for DefaultInterceptor
fn pre_handle<'life0, 'life1, 'async_trait>(
&'life0 self,
_data: &'life1 mut RecvResult<'_>,
) -> Pin<Box<dyn Future<Output = bool> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
Auto Trait Implementations§
impl Freeze for DefaultInterceptor
impl RefUnwindSafe for DefaultInterceptor
impl Send for DefaultInterceptor
impl Sync for DefaultInterceptor
impl Unpin for DefaultInterceptor
impl UnwindSafe for DefaultInterceptor
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