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