pub struct Signup;
Expand description
A signup action
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Signup
impl RefUnwindSafe for Signup
impl Send for Signup
impl Sync for Signup
impl Unpin for Signup
impl UnwindSafe for Signup
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