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