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
Implementations§
Source§impl EnpPostfix
impl EnpPostfix
pub fn value_as_string(&self) -> String
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