pub struct userLogin;Trait Implementations§
Auto Trait Implementations§
impl Freeze for userLogin
impl RefUnwindSafe for userLogin
impl Send for userLogin
impl Sync for userLogin
impl Unpin for userLogin
impl UnwindSafe for userLogin
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