pub struct LoginContext {
pub admin_title: String,
pub error: Option<String>,
pub csrf_token: String,
pub next: Option<String>,
}Fields§
§admin_title: String§error: Option<String>§csrf_token: String§next: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoginContext
impl RefUnwindSafe for LoginContext
impl Send for LoginContext
impl Sync for LoginContext
impl Unpin for LoginContext
impl UnsafeUnpin for LoginContext
impl UnwindSafe for LoginContext
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