Struct mcaptcha::HELP_CIRCLE
source · [−]pub struct HELP_CIRCLE {
__private_field: (),
}
Fields
__private_field: ()
Trait Implementations
sourceimpl Deref for HELP_CIRCLE
impl Deref for HELP_CIRCLE
impl LazyStatic for HELP_CIRCLE
Auto Trait Implementations
impl RefUnwindSafe for HELP_CIRCLE
impl Send for HELP_CIRCLE
impl Sync for HELP_CIRCLE
impl Unpin for HELP_CIRCLE
impl UnwindSafe for HELP_CIRCLE
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