pub enum AlertNotice {
ShiftCodeAlreadyRedeemed,
LaunchShiftGame,
ShiftCodeRedeemed,
ShiftCodeRedeemFail,
}Variants§
ShiftCodeAlreadyRedeemed
A shift code was already redeemed
LaunchShiftGame
Launch a shift game to redeem codes
ShiftCodeRedeemed
Redeemed a shift code
ShiftCodeRedeemFail
Redeem failed
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AlertNotice
impl RefUnwindSafe for AlertNotice
impl Send for AlertNotice
impl Sync for AlertNotice
impl Unpin for AlertNotice
impl UnwindSafe for AlertNotice
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