pub struct StrUtil;Expand description
字符串相关操作
Implementations§
Auto Trait Implementations§
impl Freeze for StrUtil
impl RefUnwindSafe for StrUtil
impl Send for StrUtil
impl Sync for StrUtil
impl Unpin for StrUtil
impl UnwindSafe for StrUtil
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