pub struct InterceptorRegistration {
pub apply: fn(Router) -> Router,
}Fields§
§apply: fn(Router) -> RouterTrait Implementations§
impl Collect for InterceptorRegistration
Auto Trait Implementations§
impl Freeze for InterceptorRegistration
impl RefUnwindSafe for InterceptorRegistration
impl Send for InterceptorRegistration
impl Sync for InterceptorRegistration
impl Unpin for InterceptorRegistration
impl UnwindSafe for InterceptorRegistration
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