pub struct MainPage {
pub csrf_key: String,
pub csrf_value: String,
}Expand description
The main page
Fields§
§csrf_key: StringThe csrf key
csrf_value: StringThe csrf value
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MainPage
impl RefUnwindSafe for MainPage
impl Send for MainPage
impl Sync for MainPage
impl Unpin for MainPage
impl UnwindSafe for MainPage
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