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