Struct mcaptcha::widget::show_widget
source · pub struct show_widget;
Expand description
render a client side widget for CAPTCHA verification
Trait Implementations§
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§
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