pub struct AccountPage {
pub csrf_token: String,
pub email: String,
pub display_name: String,
pub first_name: String,
}Expand description
The account page
Fields§
§csrf_token: StringThe csrf token
email: StringThe email
display_name: StringThe display name
first_name: StringThe first name
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AccountPage
impl RefUnwindSafe for AccountPage
impl Send for AccountPage
impl Sync for AccountPage
impl Unpin for AccountPage
impl UnwindSafe for AccountPage
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