Struct mcaptcha::api::v1::pow::get_config::get_config
source · pub struct get_config;
Expand description
get PoW configuration for an mcaptcha key
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for get_config
impl Send for get_config
impl Sync for get_config
impl Unpin for get_config
impl UnwindSafe for get_config
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