pub struct RewardsPage {
pub csrf_token: String,
pub alert_notice: Option<AlertNotice>,
}Expand description
The rewards page
Fields§
§csrf_token: StringThe csrf token
alert_notice: Option<AlertNotice>An alert notice
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RewardsPage
impl RefUnwindSafe for RewardsPage
impl Send for RewardsPage
impl Sync for RewardsPage
impl Unpin for RewardsPage
impl UnwindSafe for RewardsPage
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