pub struct InputCleaner;Expand description
用户输入清理器 —— 提供注册/登录请求参数的规范化清理
Implementations§
Source§impl InputCleaner
impl InputCleaner
Auto Trait Implementations§
impl Freeze for InputCleaner
impl RefUnwindSafe for InputCleaner
impl Send for InputCleaner
impl Sync for InputCleaner
impl Unpin for InputCleaner
impl UnsafeUnpin for InputCleaner
impl UnwindSafe for InputCleaner
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