pub struct Captcha {
pub create: &'static str,
pub update: &'static str,
pub get: &'static str,
pub delete: &'static str,
pub update_key: &'static str,
pub easy: Easy,
pub stats: Stats,
}
Fields§
§create: &'static str
§update: &'static str
§get: &'static str
§delete: &'static str
§update_key: &'static str
§easy: Easy
§stats: Stats
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Captcha
impl Send for Captcha
impl Sync for Captcha
impl Unpin for Captcha
impl UnwindSafe for Captcha
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