pub struct InterceptorRegistrar {
pub register: fn(&State),
}Fields§
§register: fn(&State)Trait Implementations§
impl Collect for InterceptorRegistrar
Auto Trait Implementations§
impl Freeze for InterceptorRegistrar
impl RefUnwindSafe for InterceptorRegistrar
impl Send for InterceptorRegistrar
impl Sync for InterceptorRegistrar
impl Unpin for InterceptorRegistrar
impl UnsafeUnpin for InterceptorRegistrar
impl UnwindSafe for InterceptorRegistrar
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