pub enum VerifyType {
APP,
WEB,
}Expand description
验证手机号码和token是否一致的请求类型
Variants§
Auto Trait Implementations§
impl Freeze for VerifyType
impl RefUnwindSafe for VerifyType
impl Send for VerifyType
impl Sync for VerifyType
impl Unpin for VerifyType
impl UnwindSafe for VerifyType
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