pub enum EnpPostfix {
createTask,
getTaskResult,
getBalance,
getQueueStats,
getAppStats,
getSpendingStats,
reportIncorrectImageCaptcha,
reportIncorrectRecaptcha,
reportCorrectRecaptcha,
reportIncorrectHcaptcha,
pushAntiGateVariable,
}
Variants§
createTask
getTaskResult
getBalance
getQueueStats
getAppStats
getSpendingStats
reportIncorrectImageCaptcha
reportIncorrectRecaptcha
reportCorrectRecaptcha
reportIncorrectHcaptcha
pushAntiGateVariable
Trait Implementations§
Source§impl Debug for EnpPostfix
impl Debug for EnpPostfix
Auto Trait Implementations§
impl Freeze for EnpPostfix
impl RefUnwindSafe for EnpPostfix
impl Send for EnpPostfix
impl Sync for EnpPostfix
impl Unpin for EnpPostfix
impl UnwindSafe for EnpPostfix
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