pub struct InterceptorFunc<R> { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Source§impl<R: Clone> Clone for InterceptorFunc<R>
impl<R: Clone> Clone for InterceptorFunc<R>
Source§fn clone(&self) -> InterceptorFunc<R>
fn clone(&self) -> InterceptorFunc<R>
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 moreAuto Trait Implementations§
impl<R> Freeze for InterceptorFunc<R>
impl<R> RefUnwindSafe for InterceptorFunc<R>
impl<R> Send for InterceptorFunc<R>
impl<R> Sync for InterceptorFunc<R>
impl<R> Unpin for InterceptorFunc<R>
impl<R> UnwindSafe for InterceptorFunc<R>
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