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