pub struct FormGetMethodController;
Implementations§
Source§impl FormGetMethodController
impl FormGetMethodController
pub fn is_matching_request(request: &Request) -> bool
pub fn process_request(_request: &Request, response: Response) -> Response
Trait Implementations§
Source§impl Controller for FormGetMethodController
impl Controller for FormGetMethodController
fn is_matching(request: &Request, _connection: &ConnectionInfo) -> bool
fn process( _request: &Request, response: Response, _connection: &ConnectionInfo, ) -> Response
Auto Trait Implementations§
impl Freeze for FormGetMethodController
impl RefUnwindSafe for FormGetMethodController
impl Send for FormGetMethodController
impl Sync for FormGetMethodController
impl Unpin for FormGetMethodController
impl UnwindSafe for FormGetMethodController
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