pub struct WebExt;Expand description
Web 解析工具
提供 URL 解析、真实 IP 获取、私网 IP 判断、查询字符串构造等功能。
Implementations§
Auto Trait Implementations§
impl Freeze for WebExt
impl RefUnwindSafe for WebExt
impl Send for WebExt
impl Sync for WebExt
impl Unpin for WebExt
impl UnsafeUnpin for WebExt
impl UnwindSafe for WebExt
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