Struct rust_web_server::app::controller::index::IndexController
source · [−]pub struct IndexController;
Implementations
sourceimpl IndexController
impl IndexController
pub const INDEX_FILEPATH: &'static str = "index.html"
pub fn is_matching_request(request: &Request) -> bool
pub fn process_request(_request: &Request, response: Response) -> Response
Auto Trait Implementations
impl RefUnwindSafe for IndexController
impl Send for IndexController
impl Sync for IndexController
impl Unpin for IndexController
impl UnwindSafe for IndexController
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more