pub struct pprof_profile_actix;Trait Implementations§
Source§impl HttpServiceFactory for pprof_profile_actix
impl HttpServiceFactory for pprof_profile_actix
fn register(self, __config: &mut AppService)
Auto Trait Implementations§
impl Freeze for pprof_profile_actix
impl RefUnwindSafe for pprof_profile_actix
impl Send for pprof_profile_actix
impl Sync for pprof_profile_actix
impl Unpin for pprof_profile_actix
impl UnwindSafe for pprof_profile_actix
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