Enum easy_captcha::CaptchaFont
source · pub enum CaptchaFont {
Font1,
Font2,
Font3,
Font4,
Font5,
Font6,
Font7,
Font8,
Font9,
Font10,
}Expand description
内置字体 Fonts shipped with the library
Variants§
Font1
actionj
Font2
epilog
Font3
fresnel
Font4
headache
Font5
lexo
Font6
prefix
Font7
progbot
Font8
ransom
Font9
robot
Font10
scandal
Auto Trait Implementations§
impl RefUnwindSafe for CaptchaFont
impl Send for CaptchaFont
impl Sync for CaptchaFont
impl Unpin for CaptchaFont
impl UnwindSafe for CaptchaFont
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