Struct easy_captcha::captcha::spec::SpecCaptcha
source · pub struct SpecCaptcha { /* private fields */ }Expand description
PNG格式验证码
Trait Implementations§
source§impl AbstractCaptcha for SpecCaptcha
impl AbstractCaptcha for SpecCaptcha
source§impl NewCaptcha for SpecCaptcha
impl NewCaptcha for SpecCaptcha
Auto Trait Implementations§
impl RefUnwindSafe for SpecCaptcha
impl Send for SpecCaptcha
impl Sync for SpecCaptcha
impl Unpin for SpecCaptcha
impl UnwindSafe for SpecCaptcha
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