pub struct LoginFlow {
pub form: Form,
pub base_url: IndexUrl,
}Expand description
Login flow request abstraction.
Fields§
§form: FormLogin form.
base_url: IndexUrlBase URL used for relative actions.
Implementations§
Trait Implementations§
impl Eq for LoginFlow
impl StructuralPartialEq for LoginFlow
Auto Trait Implementations§
impl Freeze for LoginFlow
impl RefUnwindSafe for LoginFlow
impl Send for LoginFlow
impl Sync for LoginFlow
impl Unpin for LoginFlow
impl UnsafeUnpin for LoginFlow
impl UnwindSafe for LoginFlow
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