Struct mas_router::Register
source · pub struct Register { /* private fields */ }
Expand description
GET|POST /register
Implementations§
source§impl Register
impl Register
pub fn and_then(action: PostAuthAction) -> Self
pub fn and_continue_grant(data: Ulid) -> Self
pub fn and_continue_compat_sso_login(data: Ulid) -> Self
sourcepub fn post_auth_action(&self) -> Option<&PostAuthAction>
pub fn post_auth_action(&self) -> Option<&PostAuthAction>
Get a reference to the reauth’s post auth action.
pub fn go_next(&self, url_builder: &UrlBuilder) -> Redirect
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Register
impl RefUnwindSafe for Register
impl Send for Register
impl Sync for Register
impl Unpin for Register
impl UnwindSafe for Register
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)