Struct mcaptcha::widget::show_widget
source · [−]pub struct show_widget;Expand description
render a client side widget for CAPTCHA verification
Trait Implementations
sourceimpl HttpServiceFactory for show_widget
impl HttpServiceFactory for show_widget
Auto Trait Implementations
impl RefUnwindSafe for show_widget
impl Send for show_widget
impl Sync for show_widget
impl Unpin for show_widget
impl UnwindSafe for show_widget
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more