Struct reddit_tube::types::main_page::MainPage
source · pub struct MainPage {
pub csrf_key: String,
pub csrf_value: String,
}
Expand description
The main page
Fields§
§csrf_key: String
The csrf key
csrf_value: String
The csrf value
Trait Implementations§
Auto Trait Implementations§
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